summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-10-26 17:17:06 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-10-26 17:17:06 +0800
commita0625fc7070efbca360176aef1a522d2290da086 (patch)
treecac340a603a28182f98b7acc7e21b9386ba9026b /.github
parent12e1ad81f8e791b911520343540dfa39bcfc6ef2 (diff)
remove superfluous line in release.yml
The token is already passed in 'with: '
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 0b4fd30..5ecd2b7 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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 }}