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 fc6936f commit a631634Copy full SHA for a631634
.github/workflows/ci.yml
@@ -46,13 +46,13 @@ jobs:
46
steps:
47
- name: Setup Release
48
id: setup-release
49
- uses: LizardByte/setup-release-action@v2025.612.120948
+ uses: LizardByte/actions/actions/release_setup@v2025.703.21447
50
with:
51
github_token: ${{ secrets.GH_BOT_TOKEN }}
52
53
- name: Create Release
54
id: action
55
- uses: LizardByte/create-release-action@v2025.612.13419
+ uses: LizardByte/actions/actions/release_create@v2025.703.21447
56
57
allowUpdates: false
58
artifacts: ''
0 commit comments