1 Commits
0.1.1 ... 0.1.2

Author SHA1 Message Date
Morten Olsen
da4ead0aa6 feat: add build pipeline 2024-12-10 22:58:11 +01:00

View File

@@ -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 }}