Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
ci: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Nov 15, 2022
1 parent 79c283b commit f9cc693
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
timeout-minutes: 15
permissions:
packages: write
contents: write

env:
VO: true
Expand Down Expand Up @@ -96,4 +97,4 @@ jobs:
if: ${{ github.ref_type == 'tag' }}
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
prerelease: ${{ contains(github.ref_name, '-') }}

0 comments on commit f9cc693

Please sign in to comment.