Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: changed the action.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Feb 29, 2024
1 parent 388d131 commit 34794ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
on:
push:
branches:
- release
- main
name: release-please
jobs:
release-please:
name : releasePlz
if : ${{ startsWith(${{ github.event.head_commit.message }}, 'chore:') }}
runs-on: ubuntu-latest
outputs:
released: ${{ steps.rp.outputs.releases_created }}
Expand Down

0 comments on commit 34794ea

Please sign in to comment.