Skip to content

Commit

Permalink
test actual tag fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
pirtleshell committed Nov 8, 2023
1 parent e1873ee commit 23ca15f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
outputs:
git-tag: ${{ steps.git-tag.outputs.tag }}
steps:
- uses: actions/checkout@v4
- id: git-tag
# TODO: change me to git command to find version tag
run: echo "tag=v0.25.0" >> $GITHUB_OUTPUT
run: echo "tag=$(git describe --always --tags --match='v*')" >> $GITHUB_OUTPUT

test-docker-release:
needs: get-git-tag
Expand Down

0 comments on commit 23ca15f

Please sign in to comment.