Skip to content

Commit 885c048

Browse files
committed
Update release tag and set release to non-draft
1 parent ec75eca commit 885c048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/finalize-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
git config user.name "$GITHUB_ACTOR"
4242
git config user.email "[email protected]"
4343
44-
- name: Create release tag
44+
- name: Update release tag
4545
run: |
4646
version=${BASE_REF#rc/}
4747
echo "Creating release tag v$version"
@@ -56,4 +56,4 @@ jobs:
5656
version=${BASE_REF#rc/}
5757
echo "Finalizing release v$version"
5858
59-
gh release edit "$version" --tag v$version
59+
gh release edit "v$version" --draft=false --tag=v$version

0 commit comments

Comments
 (0)