Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmmjackson committed Sep 19, 2023
1 parent 887740c commit 001e3e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ jobs:
- run: sudo dpkg -i nfpm.deb
- run: git config --global user.name "Upnotify Github Actions Runner"
- run: git config --global user.email "[email protected]"
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.UPNOTIFY_DEPLOY_KEY }}
- run: just archive-all do-release-package-ci
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 001e3e6

Please sign in to comment.