diff --git a/.github/workflows/c-cpp-release-template.yml b/.github/workflows/c-cpp-release-template.yml index 9779dcd..1f8935f 100644 --- a/.github/workflows/c-cpp-release-template.yml +++ b/.github/workflows/c-cpp-release-template.yml @@ -175,7 +175,7 @@ jobs: # Detects which tag triggered the build echo "tag=${GITHUB_REF##*/}" >> "${GITHUB_OUTPUT}" - name: Release artifacts - uses: softprops/action-gh-release@11f917660b31d6d56980ea3261f210556a812bd0 + uses: softprops/action-gh-release@26e8ad27a09a225049a7075d7ec1caa2df6ff332 with: tag_name: ${{ steps.tag.outputs.tag }} files: dist/*.tar.gz diff --git a/.github/workflows/java-github-release-template.yml b/.github/workflows/java-github-release-template.yml index 3c3545f..ec803a9 100644 --- a/.github/workflows/java-github-release-template.yml +++ b/.github/workflows/java-github-release-template.yml @@ -112,7 +112,7 @@ jobs: git commit -am "Release ${{ github.ref_name }}" ${mvn} deploy -Pgithub-packages --errors --batch-mode - name: Publish to GitHub Releases - uses: softprops/action-gh-release@11f917660b31d6d56980ea3261f210556a812bd0 + uses: softprops/action-gh-release@26e8ad27a09a225049a7075d7ec1caa2df6ff332 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/latex-release-template.yml b/.github/workflows/latex-release-template.yml index 545a317..b3b9348 100644 --- a/.github/workflows/latex-release-template.yml +++ b/.github/workflows/latex-release-template.yml @@ -38,7 +38,7 @@ jobs: # Detects which tag triggered the build echo "tag=${GITHUB_REF##*/}" >> "${GITHUB_OUTPUT}" - name: Release document - uses: softprops/action-gh-release@11f917660b31d6d56980ea3261f210556a812bd0 + uses: softprops/action-gh-release@26e8ad27a09a225049a7075d7ec1caa2df6ff332 with: tag_name: ${{ steps.tag.outputs.tag }} files: ./artifacts/*.pdf