Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
keremciu authored Sep 15, 2021
1 parent 3b7c7be commit a25ca3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: hole19/git-tag-action@master
env:
TAG: ${{ steps.build-name.outputs.value }}
GITHUB_TOKEN: ${{ secrets.GH_OAUTH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Make release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit a25ca3c

Please sign in to comment.