Skip to content

Commit

Permalink
corrected tag_previous
Browse files Browse the repository at this point in the history
  • Loading branch information
9FS committed Sep 18, 2024
1 parent cf65323 commit b113899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on tag deploy on github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: "Parse Previous Tag"
id: "parse_tag_previous"
run: "echo \"TAG_PREVIOUS=$(git describe --tags --abbrev=0 --match 'v*')\" >> $GITHUB_OUTPUT" # get previous tag, save in TAG_PREVIOUS, push to output
run: "echo \"TAG_PREVIOUS=$(git describe --tags --abbrev=0 --match '*')\" >> $GITHUB_OUTPUT" # get previous tag, save in TAG_PREVIOUS, push to output
shell: "bash"

- name: "TODAY"
Expand Down

0 comments on commit b113899

Please sign in to comment.