mirror of
https://github.com/skooner-k8s/skooner.git
synced 2026-05-05 23:36:38 +00:00
Update release script
This commit is contained in:
4
.github/workflows/release-package.yml
vendored
4
.github/workflows/release-package.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
working-directory: ${{env.working-directory}}
|
||||
|
||||
publish-gpr-client:
|
||||
needs: build
|
||||
needs: build-client
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
working-directory: "./client"
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
publish-gpr-server:
|
||||
needs: build
|
||||
needs: build-client
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
working-directory: "./server"
|
||||
|
||||
Reference in New Issue
Block a user