Skip to content

Commit

Permalink
fix: disable release GH action for now
Browse files Browse the repository at this point in the history
so that it does not collide with Travis release
  • Loading branch information
vlasy committed Feb 11, 2021
1 parent 17bfed9 commit 8446a11
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,17 @@ jobs:
node-version: '12'
- run: npm -g i .
- run: dx-scanner run https://github.com/DXHeroes/dx-scanner --fail=off
release:
name: Release NPM Package
runs-on: ubuntu-latest
needs: live-test
steps:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 'lts/*'
- run: npx semantic-release
# TODO: Enable once the Travis build is removed
# release:
# name: Release NPM Package
# runs-on: ubuntu-latest
# needs: live-test
# steps:
# - name: Use Node.js
# uses: actions/setup-node@v2
# with:
# node-version: 'lts/*'
# - run: npx semantic-release
docker:
name: Build and publish Github Action
if: github.ref == 'refs/heads/master' && github.event_name == 'push' # run only on master push
Expand Down

0 comments on commit 8446a11

Please sign in to comment.