Skip to content

Commit e8643df

Browse files
committed
🔧 chore: CI
1 parent aa12a1d commit e8643df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
action: ${{ steps.init.outputs.action }}
1818
steps:
1919
- id: init
20-
uses: localazy/release/init@v2
20+
uses: localazy/release/init@v-test
2121

2222
# prepare:
2323
# name: Prepare Release PR
@@ -42,7 +42,7 @@ jobs:
4242
# if: needs.ci.outputs.action == 'publish'
4343
runs-on: [ self-hosted, Linux ]
4444
steps:
45-
- uses: localazy/release/publish@v2
45+
- uses: localazy/release/publish@v-test
4646
with:
4747
node-version: '18.18'
4848
app-id: ${{ secrets.AUTH_APP_ID }}

0 commit comments

Comments
 (0)