Skip to content

Commit

Permalink
Update .github/workflows/release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Aug 5, 2024
1 parent 3b8f05b commit ae2046c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
run: echo LAST_COMMIT_MSG=$(git --no-pager log -1 --pretty=%B) >> $GITHUB_ENV

- name: Decides if Docs should be deployed
if: startsWith(env.LAST_COMMIT_MSG, 'ci:') && env.RELEASE_VERSION_HIGHER_THAN_LATEST == 'true'
if: env.LAST_COMMIT_MSG == 'ci: versioning packages and changesets' && env.RELEASE_VERSION_HIGHER_THAN_LATEST == 'true'
run: echo SHOULD_DEPLOY_DOCS=true >> $GITHUB_ENV

- name: Checkout API Docs
Expand Down

0 comments on commit ae2046c

Please sign in to comment.