Skip to content

Commit

Permalink
update the release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
syJSdev committed May 10, 2023
1 parent 3860a50 commit 14f6706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
# Push repository changes
- name: Push changes to repository
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT }}
run: |
git push origin && git push --tags
Expand All @@ -116,7 +116,7 @@ jobs:
body: ${{ steps.get-changelog.outputs.changelog }}
prerelease: ${{ startsWith(github.event.inputs.release-type, 'pre') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT }}

# Publish version to public repository
- name: Publish
Expand Down

0 comments on commit 14f6706

Please sign in to comment.