Skip to content

Commit 54cd438

Browse files
committed
Update the release action to an active repo
1 parent e0e7b8c commit 54cd438

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,9 @@ jobs:
368368

369369
- name: Upload distribution
370370
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
371-
uses: "marvinpinto/action-automatic-releases@latest"
371+
uses: softprops/action-gh-release@v1
372372
with:
373-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
373+
token: "${{ secrets.GITHUB_TOKEN }}"
374374
prerelease: false
375375
files: |
376376
*.zip

0 commit comments

Comments
 (0)