diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 679b0af..3baeaed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT - name: Create Release and Tag - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: token: ${{ secrets.GH_PAT }} # using personal token to trigger publish workflow tag_name: ${{ inputs.version }}