Skip to content

Commit

Permalink
chore:use npx
Browse files Browse the repository at this point in the history
  • Loading branch information
fforootd committed Nov 19, 2019
1 parent 2f5902b commit 4d6568b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -41,6 +41,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npx semantic-release
npx semantic-release

0 comments on commit 4d6568b

Please sign in to comment.