We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ed759 commit 0b8a488Copy full SHA for 0b8a488
.github/workflows/deploy.yaml
@@ -27,7 +27,7 @@ jobs:
27
run: l3build ctan -q -H
28
# Now create the release (this only runs if the previous steps were successful)
29
- name: Create GitHub release
30
- uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
+ uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0
31
id: release
32
with:
33
artifacts: "build/distrib/ctan/*.zip"
0 commit comments