Skip to content

Commit 24f1af7

Browse files
committed
fix tag format
1 parent 4db14a6 commit 24f1af7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
143143
branch_name: ${{ github.event.pull_request.head.ref }}
144144
publish_package: false
145-
tag_format: "v${version}"
145+
tag_format: "v${version}-beta"
146146
secrets: inherit
147147

148148
get_commit_id:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
4343
branch_name: main
4444
publish_package: false
45-
tag_format: "v${version}"
45+
tag_format: "v${version}-beta"
4646
secrets: inherit
4747

4848
package_code:

0 commit comments

Comments
 (0)