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 9b5b49d commit 1271f6bCopy full SHA for 1271f6b
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- name: Setup Release
29
id: setup-release
30
- uses: LizardByte/setup-release-action@v2025.426.225
+ uses: LizardByte/setup-release-action@v2025.612.120948
31
with:
32
github_token: ${{ secrets.GITHUB_TOKEN }}
33
@@ -103,7 +103,7 @@ jobs:
103
if: >-
104
(github.event_name == 'push' && github.ref == 'refs/heads/master') &&
105
steps.setup-release.outputs.publish_release == 'true'
106
- uses: LizardByte/create-release-action@v2025.426.1549
+ uses: LizardByte/create-release-action@v2025.612.13419
107
108
allowUpdates: true
109
artifacts: ''
0 commit comments