Skip to content

Commit

Permalink
chore(actions): revert to null in auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiaudioTT committed Jun 29, 2024
1 parent 7b94977 commit 9ae53dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
# automatic_release_tag: "latest"
automatic_release_tag: null
# prerelease: false
prerelease: true
# draft: true
Expand Down

0 comments on commit 9ae53dd

Please sign in to comment.