We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a05bd commit a2c4593Copy full SHA for a2c4593
1 file changed
.github/workflows/release.yml
@@ -1,8 +1,6 @@
1
name: Make a new release
2
on:
3
push:
4
- branches:
5
- - pkg
6
tags:
7
- v*.*.*
8
@@ -57,8 +55,6 @@ jobs:
57
55
with:
58
56
draft: true
59
generate_release_notes: true
60
- release_name: pkg
61
- tag_name: pkg
62
63
create-sbom:
64
needs:
@@ -81,7 +77,7 @@ jobs:
81
77
run: |
82
78
VERSION=${GITHUB_REF_NAME#v}
83
79
echo Version: $VERSION
84
- echo "VERSION=2.0.0" >> $GITHUB_ENV
80
+ echo "VERSION=$VERSION" >> $GITHUB_ENV
85
86
- name: Checkout
87
uses: actions/checkout@v6
0 commit comments