fix ci
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -53,6 +53,6 @@ jobs:
|
|||||||
path: dist/
|
path: dist/
|
||||||
- uses: nelonoel/branch-name@v1.0.1
|
- uses: nelonoel/branch-name@v1.0.1
|
||||||
- name: Deploy release (MacOS)
|
- 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: |
|
run: |
|
||||||
npx semantic-release@17
|
npx semantic-release@17
|
||||||
|
Reference in New Issue
Block a user