chore(deps): bump softprops/action-gh-release from 1 to 2 (#640)

This commit is contained in:
dependabot[bot] 2024-03-09 16:23:17 +08:00 committed by GitHub
parent 50f555a5bd
commit bfe7f9a050
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ jobs:
run: tar czvf compressed-dist.tgz -C dist . run: tar czvf compressed-dist.tgz -C dist .
- name: attach github release artifacts - name: attach github release artifacts
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v2
with: with:
files: compressed-dist.tgz files: compressed-dist.tgz
tag_name: ${{ needs.release-please.outputs.tag_name }} tag_name: ${{ needs.release-please.outputs.tag_name }}