Skip to content

Commit

Permalink
chore: Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Maroon502 committed Oct 27, 2023
1 parent 3e12119 commit bb7e462
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release-plz
name: Release-pr

permissions:
pull-requests: write
Expand All @@ -10,8 +10,8 @@ on:
types: [publish]

jobs:
release-plz:
name: Release-plz
release-pr:
name: Release-pr
runs-on: ubuntu-latest
environment: Cargo
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release-plz
name: Release-Publish

permissions:
pull-requests: write
Expand All @@ -10,8 +10,8 @@ on:
- master

jobs:
release-plz:
name: Release-plz
release-publish:
name: Release-Publish
runs-on: ubuntu-latest
environment: Cargo
steps:
Expand Down

0 comments on commit bb7e462

Please sign in to comment.