Skip to content

Commit

Permalink
fix(ci/cd): Update the way to retrieve last tag in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Oct 2, 2024
1 parent 77ad799 commit 554f2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: 🏷️ Get tag
id: tag
run: echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
run: echo "tag=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT

- name: Create changelog text
id: changelog
Expand Down

0 comments on commit 554f2be

Please sign in to comment.