mirror of
https://github.com/zitadel/oidc.git
synced 2026-04-29 22:49:35 -05:00
chore:use npx
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user