We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400b66e commit c15f44eCopy full SHA for c15f44e
.github/workflows/release.yml
@@ -27,6 +27,7 @@ jobs:
27
id: publish-crates
28
# https://github.com/googleapis/release-please-action?tab=readme-ov-file#creating-majorminor-tags
29
- name: Tag versions
30
+ if: fromJSON(steps.publish-crates.outputs.published).*
31
run: |
32
echo "Tagging versions"
33
echo "published: ${{ steps.publish-crates.outputs.published }}"
0 commit comments