Skip to content

Commit

Permalink
remove superfluous line in release.yml
Browse files Browse the repository at this point in the history
The token is already passed in 'with: '
  • Loading branch information
Byron committed Oct 26, 2021
1 parent 12e1ad8 commit a0625fc
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 @@ -38,8 +38,6 @@ jobs:
- name: Create GitHub release
id: release
uses: ncipollo/release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag: ${{ env.ARTIFACT_VERSION }}
name: ${{ env.ARTIFACT_VERSION }}
Expand Down

0 comments on commit a0625fc

Please sign in to comment.