Skip to content

Commit

Permalink
ci(.github/workflows/master.yml): remove different image
Browse files Browse the repository at this point in the history
  • Loading branch information
jaulz authored Aug 13, 2019
1 parent 1331960 commit 5e2e9c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
- name: yarn ci
run: yarn ci
- name: semantic release
uses: docker://ellerbrock/alpine-bash-git
with:
args: npx semantic-release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Expand Down

0 comments on commit 5e2e9c9

Please sign in to comment.