Skip to content

Commit

Permalink
Change tag name to sha
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovenoboyo committed Dec 27, 2024
1 parent ef0aeb5 commit 02b60e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
matrix:
include:
- platform: "ubuntu-22.04"
args: ""

runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -70,7 +69,7 @@ jobs:
const release = await github.repos.createRelease({
owner, repo,
tag_name: process.env.GITHUB_REF,
tag_name: `release-${sha},
draft: true,
target_commitish: sha
});
Expand Down

0 comments on commit 02b60e6

Please sign in to comment.