chore:use npx
This commit is contained in:
parent
2f5902b35b
commit
4d6568bf34
1 changed files with 2 additions and 4 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue