Skip to content

Commit

Permalink
Testing rc publish
Browse files Browse the repository at this point in the history
  • Loading branch information
collins-w committed Nov 19, 2023
1 parent 3813e89 commit 1a21299
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/rc-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,6 @@ jobs:
with:
token: ${{ secrets.SAI_PAT }}

# For signing commits & Tags
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0
with:
gpg_private_key: ${{ secrets.SVC_GPG_KEY }}
passphrase: ${{ secrets.SVC_GPG_PASSPHRASE }}
git_config_global: true
git_tag_gpgsign: true
git_user_signingkey: true
git_commit_gpgsign: true


- name: Get latest git tag and verify package changes
id: tag_check_changes
Expand Down Expand Up @@ -172,6 +161,17 @@ jobs:
lerna publish $tag_version $lerna_options --dist-tag rc --pre-dist-tag rc
cd ../../
# For signing commits & Tags
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0
with:
gpg_private_key: ${{ secrets.SVC_GPG_KEY }}
passphrase: ${{ secrets.SVC_GPG_PASSPHRASE }}
git_config_global: true
git_tag_gpgsign: true
git_user_signingkey: true
git_commit_gpgsign: true

- name: Commit changes
if: steps.tag_check_changes.outputs.changed_packages > 0
id: update_version
Expand Down

0 comments on commit 1a21299

Please sign in to comment.