mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
chore: fixed cd bin
This commit is contained in:
parent
d831ab7d74
commit
4e8bb72381
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -41,14 +41,14 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
|
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
|
||||||
- name: Install dependencies
|
- name: Install dependencies etherpad
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
working-directory: etherpad
|
working-directory: etherpad
|
||||||
- name: Install dependencies
|
- name: Install dependencies ether.github.com
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
working-directory: ether.github.com
|
working-directory: ether.github.com
|
||||||
- name: Prepare release
|
- name: Prepare release
|
||||||
working-directory:
|
working-directory: etherpad
|
||||||
run: |
|
run: |
|
||||||
cd bin
|
cd bin
|
||||||
pnpm run release ${{ inputs.release_type }}
|
pnpm run release ${{ inputs.release_type }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue