Skip to content

Commit e27e013

Browse files
committed
use if check when using old version
1 parent b21fb24 commit e27e013

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
id: publish-crates
2828
# https://github.com/googleapis/release-please-action?tab=readme-ov-file#creating-majorminor-tags
2929
- name: Tag versions
30+
if: fromJSON(steps.publish-crates.outputs.published).*
3031
run: |
3132
echo "Tagging versions"
3233
echo "published: ${{ steps.publish-crates.outputs.published }}"

0 commit comments

Comments
 (0)