Skip to content

Commit 69cebdc

Browse files
committed
Use pre-release autopub in workflows
1 parent ca361cd commit 69cebdc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/pr-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ jobs:
2323
- uses: autopub/autopub-action@v1.1.1
2424
with:
2525
command: check
26+
autopub-version: pre-release
2627
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
id: check
2222
with:
2323
command: check
24+
autopub-version: pre-release
2425
github-token: ${{ secrets.GITHUB_TOKEN }}
2526

2627
release:
@@ -36,12 +37,15 @@ jobs:
3637
- uses: autopub/autopub-action@v1.1.1
3738
with:
3839
command: prepare
40+
autopub-version: pre-release
3941

4042
- uses: autopub/autopub-action@v1.1.1
4143
with:
4244
command: build
45+
autopub-version: pre-release
4346

4447
- uses: autopub/autopub-action@v1.1.1
4548
with:
4649
command: publish
50+
autopub-version: pre-release
4751
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)