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 5fe40e7 commit 07254daCopy full SHA for 07254da
.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.102.14715
+ uses: LizardByte/setup-release-action@v2025.426.225
31
with:
32
github_token: ${{ secrets.GITHUB_TOKEN }}
33
@@ -87,7 +87,7 @@ jobs:
87
if: >-
88
(github.event_name == 'push' && github.ref == 'refs/heads/master') &&
89
steps.setup-release.outputs.publish_release == 'true'
90
- uses: LizardByte/create-release-action@v2025.102.13208
+ uses: LizardByte/create-release-action@v2025.426.1549
91
92
allowUpdates: true
93
artifacts: ''
0 commit comments