diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7098a15..524f9c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: run: gem build superthread.gemspec - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.version.outputs.TAG }} name: Release ${{ steps.version.outputs.VERSION }}