Skip to content

Commit

Permalink
chore: Signs created tag during release process (#1960)
Browse files Browse the repository at this point in the history
* chore: Signs created tag during release process

* TEMPORARY: test signed tag creation

* Revert "TEMPORARY: test signed tag creation"

This reverts commit 4fdcb0e.
  • Loading branch information
AgustinBettati committed Feb 20, 2024
1 parent cee70ec commit fb9e158
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -42,6 +42,8 @@ jobs:
uses: rickstaa/action-create-tag@a1c7777fcb2fee4f19b0f283ba888afa11678b72 # will fail if existing tag is present
with:
tag: ${{ inputs.version_number }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_passphrase: ${{ secrets.PASSPHRASE }}
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
Expand Down

0 comments on commit fb9e158

Please sign in to comment.