Skip to content

Commit a064a81

Browse files
ci(actions): migrate LizardByte actions (#161)
1 parent bb641c3 commit a064a81

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Setup Release
4040
id: setup_release
41-
uses: LizardByte/setup-release-action@v2025.612.120948
41+
uses: LizardByte/actions/actions/release_setup@v2025.715.25226
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
4444

@@ -341,12 +341,13 @@ jobs:
341341
342342
- name: Create/Update GitHub Release
343343
if: needs.setup_release.outputs.publish_release == 'true'
344-
uses: LizardByte/create-release-action@v2025.612.13419
344+
uses: LizardByte/actions/actions/release_create@v2025.715.25226
345345
with:
346-
allowUpdates: true
346+
allowUpdates: false
347347
body: ${{ needs.setup_release.outputs.release_body }}
348348
generateReleaseNotes: ${{ needs.setup_release.outputs.release_generate_release_notes }}
349349
name: ${{ needs.setup_release.outputs.release_tag }}
350350
prerelease: true
351351
tag: ${{ needs.setup_release.outputs.release_tag }}
352352
token: ${{ secrets.GH_BOT_TOKEN }}
353+
virustotal_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}

0 commit comments

Comments
 (0)