Skip to content

Commit e8a913f

Browse files
committed
upgrade action-gh-release
1 parent 42a8e2b commit e8a913f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,10 @@ jobs:
6565
6666
- name: Create GitHub Release
6767
if: startsWith(github.ref, 'refs/tags/')
68-
uses: softprops/action-gh-release@v1
68+
uses: softprops/action-gh-release@v2
6969
with:
7070
generate_release_notes: true
7171
prerelease: ${{ contains(github.ref, '-rc.') || contains(github.ref, '-beta.') || contains(github.ref, '-alpha.') }}
7272
files: |
7373
CHANGELOG.md
74-
env:
75-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7674

0 commit comments

Comments
 (0)