Skip to content

Commit

Permalink
chore: add ${{ secrets.PKGBUILD_PUBLISH }} (jobs.release.steps.env.PK…
Browse files Browse the repository at this point in the history
…GBUILD_PUBLISH)
  • Loading branch information
arlac77 committed Apr 24, 2022
1 parent 5206162 commit 472fccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
CI: 'true'
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PKGBUILD_PUBLISH: ${{ secrets.PKGBUILD_PUBLISH }}
finish:
needs: test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 472fccc

Please sign in to comment.