Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a0625fc

Browse files
committed
remove superfluous line in release.yml
The token is already passed in 'with: '
1 parent 12e1ad8 commit a0625fc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
- name: Create GitHub release
3939
id: release
4040
uses: ncipollo/release-action@v1
41-
env:
42-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4341
with:
4442
tag: ${{ env.ARTIFACT_VERSION }}
4543
name: ${{ env.ARTIFACT_VERSION }}

0 commit comments

Comments
 (0)