Skip to content

Commit

Permalink
ci: get tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo committed Nov 20, 2024
1 parent ec78b6e commit 935495e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
fetch-tags: true
submodules: false
fetch-depth: 0

- id: set-tag
run: echo "::set-output name=tagname::$(git describe --tags --match 'v[0-9]*')"
Expand Down

0 comments on commit 935495e

Please sign in to comment.