Skip to content

Commit f6c3479

Browse files
committed
fix: use pre-release in the release workflow
1 parent 025a200 commit f6c3479

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
- uses: tinfoilsh/pri-build-action@5d450a7f30904866efc401e24484b935b7ed52dd # v0.6.1
2020
with:
2121
config-file: ${{ github.workspace }}/tinfoil-config.yml
22-
github-token: ${{ secrets.GITHUB_TOKEN }}
22+
github-token: ${{ secrets.GITHUB_TOKEN }}
23+
prerelease: "true"

0 commit comments

Comments
 (0)