Skip to content

Commit

Permalink
Merge pull request #5988 from mysteriumnetwork/ci-migration
Browse files Browse the repository at this point in the history
Extend GPG key validity period
  • Loading branch information
tzununbekov authored Feb 22, 2024
2 parents f7e51b1 + 5acf853 commit 8728a43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:

- name: Release snapshot
run: |
# workaround for expired key until it gets updated
gpg --quick-set-expire F0AB06E81EEBCED6F69460F12B13D750E4ECCA9D 2025-02-05
source env.sh
sudo -E go run mage.go -v ${{ matrix.platform }}
Expand Down Expand Up @@ -99,6 +102,9 @@ jobs:

- name: Release tag
run: |
# workaround for expired key until it gets updated
gpg --quick-set-expire F0AB06E81EEBCED6F69460F12B13D750E4ECCA9D 2025-02-05
source build/env.sh
sudo -E go run mage.go -v ${{ matrix.platform }}
Expand Down

0 comments on commit 8728a43

Please sign in to comment.