Skip to content

Commit

Permalink
Update release tag and set release to non-draft
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Sep 19, 2023
1 parent 8ec8ae8 commit ad35b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/finalize-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Create release tag
- name: Update release tag
run: |
version=${BASE_REF#rc/}
echo "Creating release tag v$version"
Expand All @@ -56,4 +56,4 @@ jobs:
version=${BASE_REF#rc/}
echo "Finalizing release v$version"
gh release edit "$version" --tag v$version
gh release edit "v$version" --draft=false --tag=v$version

0 comments on commit ad35b3e

Please sign in to comment.