Skip to content

Commit 7873f6b

Browse files
pat
1 parent e7d4643 commit 7873f6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
path: dist/
6565

6666
- name: Create Release
67-
uses: actions/create-release@v1
67+
uses: softprops/action-gh-release@v2
6868
env:
69-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69+
GITHUB_TOKEN: ${{ secrets.PAT }}
7070
with:
7171
tag_name: ${{ github.sha }}
7272
release_name: Release ${{ github.sha }}

0 commit comments

Comments
 (0)