Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
monacoremo committed Aug 6, 2021
1 parent ca7ebbf commit 1316c33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ jobs:
isprerelease="${{ needs.Prepare-Release.outputs.isprerelease }}"
echo "Releasing version v$VERSION on GitHub (isprerelease=$isprerelease)..."
gh release delete "v$VERSION" || true
gh release create "v$VERSION" \
-F artifacts/release-changes/CHANGES.md \
${isprerelease:+"--prerelease"} \
Expand Down

0 comments on commit 1316c33

Please sign in to comment.