Skip to content

Commit

Permalink
added a commit message for signed tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hubchub committed Feb 3, 2023
1 parent e76421f commit 24876d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
git_user_signingkey: true
git_tag_gpgsign: true
git_commit_gpgsign: true

# Install 'yq' for editing YAML files
Expand Down Expand Up @@ -114,7 +115,7 @@ jobs:

# Tag the Git repository with the current version
- name: git tag
run: git tag -s ${{ env.VERSION }} && git push origin tag ${{ env.VERSION }}
run: git tag -s ${{ env.VERSION }} -m ${{ env.VERSION }} && git push origin tag ${{ env.VERSION }}

# Set up Google Cloud Platform with the correct service account key and project id
- uses: google-github-actions/setup-gcloud@94337306dda8180d967a56932ceb4ddcf01edae7
Expand Down

0 comments on commit 24876d7

Please sign in to comment.