Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Matte22 committed Feb 22, 2024
1 parent da894cf commit f7cbd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binary-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if-no-files-found: error
- name: Import GPG Public Key
id: import_gpg_public
run: gpg --import stigman-watcher-publickey.gpg.asc
run: gpg --import ./stigman-watcher-publickey.gpg.asc
- name: Get version from package.json
id: package_version
run: echo "PACKAGE_VERSION=$(jq -r '.version' package.json)" >> $GITHUB_ENV
Expand Down

0 comments on commit f7cbd35

Please sign in to comment.