Skip to content

Commit

Permalink
Is token needed?
Browse files Browse the repository at this point in the history
  • Loading branch information
jalafel authored Dec 5, 2023
1 parent eb33c6b commit fc6bd47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
git commit -m "Release v1"
git push -f origin releases/v1
- name: Tag and push v1
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
run: |
git tag -f v1 v1
git push origin v1 --force
Expand Down

0 comments on commit fc6bd47

Please sign in to comment.