We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f4bcf commit 0e1432cCopy full SHA for 0e1432c
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
if: ${{ steps.release.outputs.release_created }}
30
# https://github.com/googleapis/release-please-action?tab=readme-ov-file#creating-majorminor-tags
31
- name: Tag versions
32
- if: ${{ steps.release.outputs.release_created }}
+ if: ${{ steps.release.outputs.release_created && fromJSON(steps.publish-crates.outputs.published).* }}
33
run: |
34
git config user.name github-actions[bot]
35
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
0 commit comments