diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ad7da1..45c0b36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,7 +97,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: # Determine the tag name: # - If triggered by tag, use that reference.