diff --git a/.github/workflows/_publish.yml b/.github/workflows/_publish.yml index a4912c1..ee4ba9c 100644 --- a/.github/workflows/_publish.yml +++ b/.github/workflows/_publish.yml @@ -34,7 +34,7 @@ jobs: ref: ${{ github.ref }} fetch-depth: 0 - name: Create GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref_name }} name: Release ${{ github.ref_name }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e73e0a5..810c0f8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -58,7 +58,7 @@ jobs: - name: Verify artifacts run: ls -la dist/ - name: Create GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ inputs.tag-name }} name: Release ${{ inputs.tag-name }}