Skip to content

Commit

Permalink
Fix bump version step (#142)
Browse files Browse the repository at this point in the history
* set upstream

* fix env variables

* add GH_TOKEN
  • Loading branch information
herr-bubu authored Mar 24, 2024
1 parent 7891771 commit 202eed5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ jobs:
git commit -am "Bump version to $VERSION"
git push --set-upstream origin bump-version-to-$VERSION
- name: Create Pull Request
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh pr create --title "Bump Version to $VERSION" --body "Bump Version to $VERSION" --label "bump-version-pr" --head "${GITHUB_REF#refs/heads/}" --base main2
- name: Push next version release
uses: pascalgn/[email protected]
Expand Down

0 comments on commit 202eed5

Please sign in to comment.