We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db14a6 commit 24f1af7Copy full SHA for 24f1af7
.github/workflows/pull_request.yml
@@ -142,7 +142,7 @@ jobs:
142
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
143
branch_name: ${{ github.event.pull_request.head.ref }}
144
publish_package: false
145
- tag_format: "v${version}"
+ tag_format: "v${version}-beta"
146
secrets: inherit
147
148
get_commit_id:
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
43
branch_name: main
44
45
46
47
48
package_code:
0 commit comments