mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-13 00:32:11 +00:00
chore: fix workflows
This commit is contained in:
6
.github/workflows/release-please.yml
vendored
6
.github/workflows/release-please.yml
vendored
@@ -33,9 +33,6 @@ jobs:
|
||||
registry-url: "https://registry.npmjs.org"
|
||||
if: ${{ steps.release.outputs.release_created }}
|
||||
|
||||
- run: npm ci
|
||||
if: ${{ steps.release.outputs.release_created }}
|
||||
|
||||
- name: Install protoc
|
||||
run: |
|
||||
sudo apt-get update
|
||||
@@ -45,6 +42,9 @@ jobs:
|
||||
sudo mv protoc21/bin/protoc /usr/local/bin/
|
||||
if: ${{ steps.release.outputs.release_created }}
|
||||
|
||||
- run: npm ci
|
||||
if: ${{ steps.release.outputs.release_created }}
|
||||
|
||||
- name: Publish to NPM
|
||||
run: |
|
||||
npm publish
|
||||
|
||||
Reference in New Issue
Block a user