This commit is contained in:
Alexey Kasyanchuk 2022-01-02 03:07:06 +03:00
parent 6429575742
commit 1a166028f2

View File

@ -53,6 +53,6 @@ jobs:
path: dist/
- uses: nelonoel/branch-name@v1.0.1
- name: Deploy release (MacOS)
if: ${{ matrix.node_version }} == 16 && ${BRANCH_NAME} == 'master' && runner.os == 'macOS' && ${{ github.event.head_commit.message }} == 'release'
if: matrix.node_version == 16 && env.BRANCH_NAME == 'master' && runner.os == 'macOS' && github.event.head_commit.message == 'release'
run: |
npx semantic-release@17