Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp-release-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-github-release-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latex-release-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading