Skip to content

Commit

Permalink
fix: check for correct commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Sep 28, 2023
1 parent 68999ba commit 4a0a6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ipfs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Amend ipfs link to release
uses: actions/github-script@v6
if: contains(github.event.head_commit.message, 'chore(release)')
if: contains(github.event.head_commit.message, 'chore(main):')
with:
retries: 3
script: |
Expand Down

0 comments on commit 4a0a6bd

Please sign in to comment.