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 aa12a1d commit e8643dfCopy full SHA for e8643df
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
action: ${{ steps.init.outputs.action }}
18
steps:
19
- id: init
20
- uses: localazy/release/init@v2
+ uses: localazy/release/init@v-test
21
22
# prepare:
23
# name: Prepare Release PR
@@ -42,7 +42,7 @@ jobs:
42
# if: needs.ci.outputs.action == 'publish'
43
runs-on: [ self-hosted, Linux ]
44
45
- - uses: localazy/release/publish@v2
+ - uses: localazy/release/publish@v-test
46
with:
47
node-version: '18.18'
48
app-id: ${{ secrets.AUTH_APP_ID }}
0 commit comments