Skip to content

Commit

Permalink
run with actual commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Dec 17, 2024
1 parent b71fb38 commit 1763b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: set_revs
run: |
prev_rev=`git tag -l 'r*' --sort=v:refname | tail -n 1`
echo "prev_rev=$prev_rev" >> "$GITHUB_OUTPUT"
echo "prev_rev=r46" >> "$GITHUB_OUTPUT"
prev_rev_num=${prev_rev/r}
next_rev_num=$((prev_rev_num + 1))
next_rev=t$next_rev_num
Expand Down

0 comments on commit 1763b68

Please sign in to comment.