Skip to content

Commit

Permalink
run pkgreleaser in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelahman committed Dec 17, 2024
1 parent 7c9f911 commit 08b9f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- run: ./pkgreleaser.py
- run: docker run --user packager --rm -v "$PWD:/mnt" -w "/mnt" lahmanja/nvcheker:latest ./pkgreleaser.py
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 08b9f5e

Please sign in to comment.