Skip to content

Commit

Permalink
fix: github action release calculate-tag step/ 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-form3 committed Oct 24, 2023
1 parent edd73a8 commit 30fdb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/calculate-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
latest_tag="${{ steps.latest_tag.outputs.latest_tag }}"
if [[ "${{ github.ref_type }}" = "tag" ]]; then
tag="${latest_tag}
tag="${latest_tag}"
else
tag="${latest_tag}${{steps.tag_suffix.outputs.tag_suffix}}"
fi
Expand Down

0 comments on commit 30fdb25

Please sign in to comment.