Skip to content

Commit

Permalink
chore: fix git workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
huynguyen-hl committed Jun 28, 2024
1 parent 21cce65 commit 8674739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-main-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Determine next tag version
id: get_next_version
run: |
latest_tag=$env.latest_tag
latest_tag=${{ env.latest_tag }}
if [[ "$latest_tag" == "none" ]]; then
echo "No tags found. Starting with v0.0.1"
next_tag="v0.0.1"
Expand Down

0 comments on commit 8674739

Please sign in to comment.