Skip to content

Commit

Permalink
fix: github release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shanithkk committed May 6, 2024
1 parent c1f9028 commit 5efab40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous Deployment
name: Release Plz

permissions:
pull-requests: write
Expand All @@ -18,7 +18,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_PLZ_TOKEN }}
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
Expand Down

0 comments on commit 5efab40

Please sign in to comment.