File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 id : pnpm-cache
3434 shell : bash
3535 run : |
36- echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
36+ echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
3737
3838 - uses : actions/cache@v4
3939 name : Setup pnpm cache
5959 run : |
6060 pnpm changeset version
6161 NEW_VERSION=$(node -p "require('./packages/react-qr-code/package.json').version")
62- echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
62+ echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_OUTPUT
6363
6464 - name : Create Branch and Commit
6565 run : |
Original file line number Diff line number Diff line change 2727 id : store-path
2828 shell : bash
2929 run : |
30- echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
30+ echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
3131
3232 - uses : actions/cache@v4
3333 name : Setup pnpm cache
You can’t perform that action at this time.
0 commit comments