Skip to content

Commit 5e2e9c9

Browse files
authored
ci(.github/workflows/master.yml): remove different image
1 parent 1331960 commit 5e2e9c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/master.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
- name: yarn ci
1818
run: yarn ci
1919
- name: semantic release
20-
uses: docker://ellerbrock/alpine-bash-git
21-
with:
22-
args: npx semantic-release
20+
run: npx semantic-release
2321
env:
2422
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2523
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)