Skip to content

Commit

Permalink
ci: convert from automatic to manual releases (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloyx authored Jun 27, 2024
1 parent 18588ea commit 8a43831
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
on:
push:
branches:
- main
on: workflow_dispatch

permissions:
contents: write
Expand All @@ -17,4 +14,4 @@ jobs:
with:
token: ${{ secrets.GIT_HUB_PAT }}
config-file: .github/release-config.json
manifest-file: .github/release-manifest.json
manifest-file: .github/release-manifest.json

0 comments on commit 8a43831

Please sign in to comment.