Skip to content

Commit

Permalink
feat: bump versionto 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nuckle committed Dec 20, 2024
1 parent 15890ef commit 703bea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: TriPSs/conventional-changelog-action@v6 # angular preset
id: changelog
with:
github-token: ${{ github.token }}
github-token: ${{ secrets.GH_OWNER_TOKEN }}
git-user-name: "github-actions[bot]"
git-user-email: "github-actions[bot]@users.noreply.github.com"
git-branch: ${{ env.PR_BRANCH }}
Expand All @@ -79,7 +79,7 @@ jobs:
run: |
gh pr create --base main --head ${{ env.PR_BRANCH }} --title 'chore(release): ${{ steps.changelog.outputs.tag }} [skip-ci]' --body '${{ steps.changelog.outputs.clean_changelog }}'
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.GH_OWNER_TOKEN }}

- name: Approve Changelog PR
if: steps.changelog.outputs.skipped == 'false'
Expand Down

0 comments on commit 703bea4

Please sign in to comment.