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 e37603a commit 953d7bd
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 @@ -44,7 +44,7 @@ jobs:
run: ls -la
- name: Import GPG Public Key
id: import_gpg_public
run: gpg --import stigman-watcher-public-key.asc
run: gpg --import ./stigman-watcher-public-key.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 953d7bd

Please sign in to comment.