Skip to content

Commit 02b60e6

Browse files
committed
Change tag name to sha
1 parent ef0aeb5 commit 02b60e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
matrix:
1616
include:
1717
- platform: "ubuntu-22.04"
18-
args: ""
1918

2019
runs-on: ${{ matrix.platform }}
2120
steps:
@@ -70,7 +69,7 @@ jobs:
7069
7170
const release = await github.repos.createRelease({
7271
owner, repo,
73-
tag_name: process.env.GITHUB_REF,
72+
tag_name: `release-${sha},
7473
draft: true,
7574
target_commitish: sha
7675
});

0 commit comments

Comments
 (0)