chore:use npx

This commit is contained in:
Florian Forster 2019-11-19 12:56:34 +01:00
parent 2f5902b35b
commit 4d6568bf34
No known key found for this signature in database
GPG key ID: B03784B4B09FB794

View file

@ -28,7 +28,7 @@ jobs:
with: with:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
- run: go run main.go - run: go run main.go
release: release: release:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
needs: [test, build] needs: [test, build]
steps: steps:
@ -41,6 +41,4 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
npx semantic-release npx semantic-release