Skip to content

Commit

Permalink
chore(actions): removing latest tag on build
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiaudioTT committed Jun 29, 2024
1 parent 419a9c3 commit 7b94977
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: "latest"
# prerelease: false
prerelease: true
# draft: true
Expand Down

0 comments on commit 7b94977

Please sign in to comment.