chore:use npx

This commit is contained in:
Florian Forster
2019-11-19 12:56:34 +01:00
parent 2f5902b35b
commit 4d6568bf34
+2 -4
View File
@@ -28,7 +28,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- run: go run main.go
release: release:
release:
runs-on: ubuntu-18.04
needs: [test, build]
steps:
@@ -41,6 +41,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npx semantic-release
npx semantic-release