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 1f6dfd4 commit 551ed0cCopy full SHA for 551ed0c
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- name: Setup Release
22
id: setup-release
23
- uses: LizardByte/setup-release-action@v2024.919.143601
+ uses: LizardByte/setup-release-action@v2025.102.14715
24
with:
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
@@ -80,7 +80,7 @@ jobs:
80
if: >-
81
(github.event_name == 'push' && github.ref == 'refs/heads/master') &&
82
steps.setup-release.outputs.publish_release == 'true'
83
- uses: LizardByte/create-release-action@v2024.919.143026
+ uses: LizardByte/create-release-action@v2025.102.13208
84
85
allowUpdates: true
86
artifacts: ''
0 commit comments