Skip to content

Commit

Permalink
ci(.github/workflows/master.yml): use different docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jaulz authored Aug 13, 2019
1 parent 84cc095 commit 1331960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: yarn ci
run: yarn ci
- name: semantic release
uses: docker://timbru31/node-alpine-git
uses: docker://ellerbrock/alpine-bash-git
with:
args: npx semantic-release
env:
Expand Down

0 comments on commit 1331960

Please sign in to comment.