Skip to content

Commit

Permalink
fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tommerty committed Jan 5, 2025
1 parent a603550 commit cfa9fd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ steps.package_version.outputs.version }}
run: |
gh release create "v${VERSION}" \
--title "Release v${VERSION}" \
--generate-notes
gh release create "v${VERSION}" --title "Release v${VERSION}" --generate-notes --discussion-category "General"

0 comments on commit cfa9fd4

Please sign in to comment.