Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
BugDiver committed Mar 4, 2020
1 parent de93c54 commit 92a0594
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
CI: true

steps:
# - uses: actions/checkout@v2
- uses: actions/checkout@v2
- uses: geertvdc/setup-hub@master

# - uses: actions/setup-node@v1
# with:
# node-version: '10.x'
# registry-url: 'https://registry.npmjs.org'
- uses: actions/setup-node@v1
with:
node-version: '10.x'
registry-url: 'https://registry.npmjs.org'

# - run: npm install
# - run: npm build
- run: npm install
- run: npm build

- name: Setup git
run: |
Expand Down Expand Up @@ -50,19 +50,19 @@ jobs:
# run: |
# npm publish --access=public

# - name: 'deployment success'
# if: success()
# uses: 'deliverybot/status@master'
# with:
# state: 'success'
# token: '${{ secrets.GITHUB_TOKEN }}'

# - name: 'deployment failure'
# if: failure()
# uses: 'deliverybot/status@master'
# with:
# state: 'failure'
# token: '${{ secrets.GITHUB_TOKEN }}'
- name: 'deployment success'
if: success()
uses: 'deliverybot/status@master'
with:
state: 'success'
token: '${{ secrets.GITHUB_TOKEN }}'

- name: 'deployment failure'
if: failure()
uses: 'deliverybot/status@master'
with:
state: 'failure'
token: '${{ secrets.GITHUB_TOKEN }}'

- name: Create metadata pr in gauge-repository
run: |
Expand Down

0 comments on commit 92a0594

Please sign in to comment.