Skip to content

Commit

Permalink
fix prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
coletdjnz committed Sep 10, 2024
1 parent 829f498 commit 1c400dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: changelog_reader
uses: mindsers/changelog-reader-action@v2
with:
validation_level: none
validation_level: error
version: ${{ steps.set_variables.outputs.version_raw }}
path: ./CHANGELOG.md
- name: Bundle and create release
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
gh release create "${version}" --latest \
--title "${project_name} ${version}" \
--notes "${{ steps.changelog_reader.outputs.changes }}" \
--pre-release \
--prerelease \
"${project_name}.zip"
# release_pypi:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 1c400dd

Please sign in to comment.