Skip to content

Commit

Permalink
feat: working on publishing the snap (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHope committed Jan 3, 2024
1 parent 7bc7e5a commit a0b9eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WINGET_AUTH_TOKEN: ${{ secrets.WINGET_AUTH_TOKEN }}
TAP_AUTH_TOKEN: ${{ secrets.TAP_AUTH_TOKEN }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
2 changes: 1 addition & 1 deletion tools/snapcraft
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

docker run -v $PWD:/build -w /build snapcore/snapcraft:stable snapcraft $@
docker run --env SNAPCRAFT_STORE_CREDENTIALS -v $PWD:/build -w /build snapcore/snapcraft:stable snapcraft $@

0 comments on commit a0b9eaf

Please sign in to comment.