Skip to content

Commit

Permalink
Fix tag format for publish workflow
Browse files Browse the repository at this point in the history
prepend semver blob with "v" consistent with past tags like "v1.17.1"
  • Loading branch information
Exaxxion authored Jun 4, 2024
1 parent 8bafaac commit 28b26aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Publish
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+' # any semver tag, e.g. 1.2.3
- 'v[0-9]+.[0-9]+.[0-9]+' # any semver tag, e.g. 1.2.3

env:
# link to the changelog with a format code for the version
Expand Down Expand Up @@ -63,4 +63,4 @@ jobs:
caches
jdks
notifications
wrapper
wrapper

0 comments on commit 28b26aa

Please sign in to comment.