Skip to content

Commit

Permalink
Gone back to old release action but changed some repo permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdaniel654 committed Jul 10, 2024
1 parent 33a8c6c commit a46daaa
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,9 @@ jobs:
- uses: actions/checkout@v4

- name: Release
uses: docker://antonyurchenko/git-release:v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DRAFT_RELEASE: "false"
PRE_RELEASE: "false"
CHANGELOG_FILE: "CHANGELOG.md"
ALLOW_EMPTY_CHANGELOG: "false"
uses: ncipollo/release-action@v1
with:
bodyFile: "CHANGELOG.md"

publish_to_testpypi:
name: Publish to Test PyPI
Expand Down

0 comments on commit a46daaa

Please sign in to comment.