Skip to content

Commit

Permalink
use if check when using old version
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrmz committed Jan 16, 2025
1 parent b21fb24 commit e27e013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
id: publish-crates
# https://github.com/googleapis/release-please-action?tab=readme-ov-file#creating-majorminor-tags
- name: Tag versions
if: fromJSON(steps.publish-crates.outputs.published).*
run: |
echo "Tagging versions"
echo "published: ${{ steps.publish-crates.outputs.published }}"
Expand Down

0 comments on commit e27e013

Please sign in to comment.