diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c8e923..00a86e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: run: tar czvf compressed-dist.tgz -C dist . - name: attach github release artifacts - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: compressed-dist.tgz tag_name: ${{ needs.release-please.outputs.tag_name }}