Skip to content

Commit

Permalink
ohmänners
Browse files Browse the repository at this point in the history
  • Loading branch information
9FS committed Sep 18, 2024
1 parent b0402ac commit 00c5e49
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 @@ -31,7 +31,7 @@ jobs:

- name: "TAG_PREVIOUS"
id: "tag_previous"
run: "echo \"TAG_PREVIOUS=$(git describe --tags --abbrev=0 $(git describe --tags --skip=1 --max-count=1))\" >> $GITHUB_OUTPUT" # get previous tag, save in TAG_PREVIOUS, push to output
run: "echo \"TAG_PREVIOUS=$(git tag --sort=-creatordate | sed -n '2p')\" >> $GITHUB_OUTPUT" # get previous tag, save in TAG_PREVIOUS, push to output

- name: "TODAY"
id: "today"
Expand Down

0 comments on commit 00c5e49

Please sign in to comment.