Skip to content

Commit c5fada3

Browse files
committed
rename last_tag to first_tag in tag.yml for clarity
1 parent 1546d92 commit c5fada3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git config --global user.name "GitHub Actions"
2525
2626
- name: Criar a tag inicial caso nenhuma tag exista
27-
id: last_tag
27+
id: first_tag
2828
run: |
2929
TAG=$(git tag --list --sort=-v:refname | grep -E '^(dev-)?[0-9]+\.[0-9]+\.[0-9]+$' | sed 's/^dev-//' | head -n 1)
3030

0 commit comments

Comments
 (0)