mirror of
https://github.com/morten-olsen/plainidx.git
synced 2026-02-08 01:06:24 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da4ead0aa6 |
16
.github/workflows/main.yaml
vendored
16
.github/workflows/main.yaml
vendored
@@ -111,7 +111,7 @@ jobs:
|
|||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v4
|
||||||
name: Install pnpm
|
name: Install pnpm
|
||||||
with:
|
with:
|
||||||
version: 9.12.2
|
version: 9.15.0
|
||||||
run_install: false
|
run_install: false
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
@@ -124,10 +124,10 @@ jobs:
|
|||||||
name: lib
|
name: lib
|
||||||
path: ./
|
path: ./
|
||||||
|
|
||||||
# - run: |
|
- run: |
|
||||||
# git config user.name "Github Actions Bot"
|
git config user.name "Github Actions Bot"
|
||||||
# git config user.email "<>"
|
git config user.email "<>"
|
||||||
# node ./scripts/set-version.mjs $(git describe --tag --abbrev=0)
|
node ./scripts/set-version.mjs $(git describe --tag --abbrev=0)
|
||||||
# pnpm publish -r --no-git-checks
|
pnpm publish -r --no-git-checks
|
||||||
# env:
|
env:
|
||||||
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user