diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d55a141..7ed026b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -67,7 +67,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Create GitHub Release (creates the tag on workflow_dispatch) - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ env.RELEASE_TAG }} name: ${{ env.RELEASE_TAG }}