Skip to content

Commit e3b49eb

Browse files
committed
chore: update tag release name
fix: update wf permissions
1 parent 57565b5 commit e3b49eb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
uses: actions/github-script@v7
6767
id: release
6868
if: ${{ env.PACKAGE }}
69+
continue-on-error: true
6970
with:
7071
github-token: ${{ github.token }}
7172
result-encoding: string
@@ -78,12 +79,12 @@ jobs:
7879
const release = await github.rest.repos.createRelease({
7980
owner, repo,
8081
tag_name: tag,
81-
# title: tag,
82-
# name: tag,
82+
title: tag,
83+
name: tag,
8384
draft: false,
8485
make_latest: "true",
85-
# target_commitish: sha,
86-
generate_release_notes: "true"
86+
target_commitish: sha
87+
# generate_release_notes: "true"
8788
});
8889
8990
release_id = release.data.id;

0 commit comments

Comments
 (0)