Skip to content

Commit a2c4593

Browse files
committed
cleanup
1 parent 70a05bd commit a2c4593

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Make a new release
22
on:
33
push:
4-
branches:
5-
- pkg
64
tags:
75
- v*.*.*
86

@@ -57,8 +55,6 @@ jobs:
5755
with:
5856
draft: true
5957
generate_release_notes: true
60-
release_name: pkg
61-
tag_name: pkg
6258

6359
create-sbom:
6460
needs:
@@ -81,7 +77,7 @@ jobs:
8177
run: |
8278
VERSION=${GITHUB_REF_NAME#v}
8379
echo Version: $VERSION
84-
echo "VERSION=2.0.0" >> $GITHUB_ENV
80+
echo "VERSION=$VERSION" >> $GITHUB_ENV
8581
8682
- name: Checkout
8783
uses: actions/checkout@v6

0 commit comments

Comments
 (0)