Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Matte22 committed Feb 24, 2024
1 parent c8ac56b commit 729370a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-binary-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
./dist/
if-no-files-found: error

# - name: Import GPG Public Key
# id: import_gpg_public
# if: always() && steps.run_build_script_and_sign.outcome == 'success'
# run: gpg --import ./stigman-watcher-publickey.gpg.asc
- name: Import GPG Public Key
id: import_gpg_public
if: always() && steps.run_build_script_and_sign.outcome == 'success'
run: gpg --import ./stigman-watcher-publickey.asc

- name: Get version from package.json
id: package_version
Expand Down
File renamed without changes.

0 comments on commit 729370a

Please sign in to comment.