Skip to content

Commit

Permalink
fix: figure out why tag is not working
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Aug 4, 2024
1 parent 73cf289 commit 13dd7bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
- name: compute next version
id: version
run: |
echo "current version: "$(git describe --tags --abbrev=0)
NEXT=$(python autotick-bot/compute_next_version.py)
echo "next version: ${NEXT}"
echo "NEXT=${NEXT}" >> "$GITHUB_OUTPUT"
- name: log into ghcr.io
Expand Down

0 comments on commit 13dd7bb

Please sign in to comment.