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 953d7bd commit a5a8b26
Show file tree
Hide file tree
Showing 2 changed files 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.gpg.asc
- name: Get version from package.json
id: package_version
run: echo "PACKAGE_VERSION=$(jq -r '.version' package.json)" >> $GITHUB_ENV
Expand Down
File renamed without changes.

0 comments on commit a5a8b26

Please sign in to comment.