We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e7b8c commit 54cd438Copy full SHA for 54cd438
1 file changed
.github/workflows/main.yml
@@ -368,9 +368,9 @@ jobs:
368
369
- name: Upload distribution
370
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
371
- uses: "marvinpinto/action-automatic-releases@latest"
+ uses: softprops/action-gh-release@v1
372
with:
373
- repo_token: "${{ secrets.GITHUB_TOKEN }}"
+ token: "${{ secrets.GITHUB_TOKEN }}"
374
prerelease: false
375
files: |
376
*.zip
0 commit comments