Skip to content

Commit

Permalink
chore(ci): get version from tag
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Jan 27, 2025
1 parent d15b4a7 commit 2e2dd70
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
- uses: little-core-labs/[email protected]
with:
tagRegex: "v(.*)"
tagRegexGroup: 1
- name: Print Version
run: |
echo $GIT_TAG_NAME
shell: bash
-
name: Build
run: |
Expand Down

0 comments on commit 2e2dd70

Please sign in to comment.