Skip to content

Commit

Permalink
ci: fix tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
hanskw-weston committed Apr 2, 2024
1 parent 8e92362 commit 3978572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'main'

env:
VERSION: "1.2.*"
TAG_VERSION: "1.2.x"

jobs:
tag-release:
Expand All @@ -21,7 +21,7 @@ jobs:
id: tag_version
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ env.VERSION }}
custom_tag: ${{ env.TAG_VERSION }}
release_branches: "main"
pre_release_branches: "prerelease"
- name: Create Github Release
Expand Down

0 comments on commit 3978572

Please sign in to comment.