Skip to content

Commit

Permalink
deb
Browse files Browse the repository at this point in the history
  • Loading branch information
eemmiillyy committed Jul 17, 2024
1 parent 1773895 commit a73dfb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-cli-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ jobs:
run: |
export GPG_TTY=$(tty)
# import certificate from secrets
echo -n "$DEBIAN_GPG_KEY" >> $RUNNER_TEMP/key.gpg
gpg --import $RUNNER_TEMP/key.gpg
echo "$DEBIAN_GPG_KEY" | gpg --batch --import
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit a73dfb7

Please sign in to comment.