Skip to content

Commit

Permalink
fix: release-plz should also release after PR
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyMatt committed Jun 6, 2024
1 parent ba84999 commit 0792bba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ jobs:
fetch-depth: 0 # Release-plz needs all the history
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
with:
command: release-pr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Automatically generated by Github Actions
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} # Must be manually set

0 comments on commit 0792bba

Please sign in to comment.