Skip to content

Commit

Permalink
WIP: testing new publish ci x3
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Aug 23, 2024
1 parent 9909726 commit 5fc2160
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: version-sync-branch
title: "ACTION_BOT: Sync version for release"
body: "This PR was created automatically by the GitHub Action to sync the version for release."
base: main
- name: Merge changes to main
run: |
git checkout main
git pull
git merge version-sync-branch
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


######################## build/publish yak ##########################
build_yak:
Expand Down

0 comments on commit 5fc2160

Please sign in to comment.