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 | |
|---|---|---|---|
|
|
621f4f1807 |
14
.github/workflows/main.yaml
vendored
14
.github/workflows/main.yaml
vendored
@@ -124,10 +124,10 @@ jobs:
|
||||
name: lib
|
||||
path: ./
|
||||
|
||||
- run: |
|
||||
git config user.name "Github Actions Bot"
|
||||
git config user.email "<>"
|
||||
node ./scripts/set-version.mjs $(git describe --tag --abbrev=0)
|
||||
pnpm publish -r --no-git-checks --access public
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
# - run: |
|
||||
# git config user.name "Github Actions Bot"
|
||||
# git config user.email "<>"
|
||||
# node ./scripts/set-version.mjs $(git describe --tag --abbrev=0)
|
||||
# pnpm publish -r --no-git-checks
|
||||
# env:
|
||||
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "plainidx",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
|
||||
Reference in New Issue
Block a user