We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21fb24 commit e27e013Copy full SHA for e27e013
.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