Merge pull request #59 from Sotatek-HocNguyena/feat/reject-error #51
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create a new cardano-peer-connect Release | |
on: | |
push: | |
branches: ['main'] | |
workflow_dispatch: | |
jobs: | |
create_release: | |
runs-on: ubuntu-latest | |
if: "${{ !contains(github.event.head_commit.message, 'release-please--branches--main') }}" | |
steps: | |
- name: ⬇️ Checkout repository | |
uses: actions/checkout@v3 | |
- name: 🚀 release-please-action | |
uses: google-github-actions/release-please-action@v3 | |
with: | |
release-type: node | |
versioning-strategy: always-bump-patch |