Skip to content

Commit 0df38ec

Browse files
Update release.yaml
1 parent 9897495 commit 0df38ec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,9 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: Github Release
74-
# You may pin to the exact commit or the version.
75-
# uses: elgohr/Github-Release-Action@ca832ba34444ca850517764d948a8fb0e16c5747
7674
uses: elgohr/Github-Release-Action@v4
75+
env:
76+
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
7777
with:
78-
# The name of the release to publish
7978
title: ${{ env.NEW_TAG }}
8079

0 commit comments

Comments
 (0)