mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-05 20:14:14 +01:00
Compare commits
3 Commits
mermaid@11
...
sidv/fixRe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4038d6879 | ||
|
|
9a987773e5 | ||
|
|
9565355af1 |
22
.github/workflows/release.yml
vendored
22
.github/workflows/release.yml
vendored
@@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- sidv/fixRelease
|
||||||
|
|
||||||
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|
||||||
@@ -35,14 +36,15 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pnpm install --frozen-lockfile
|
pnpm install --frozen-lockfile
|
||||||
npm install -g npm@11
|
npm install -g npm@11
|
||||||
|
npm --version
|
||||||
|
|
||||||
- name: Create Release Pull Request or Publish to npm
|
# - name: Create Release Pull Request or Publish to npm
|
||||||
id: changesets
|
# id: changesets
|
||||||
uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10
|
# uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10
|
||||||
with:
|
# with:
|
||||||
version: pnpm changeset:version
|
# version: pnpm changeset:version
|
||||||
publish: pnpm changeset:publish
|
# publish: pnpm changeset:publish
|
||||||
env:
|
# env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
NPM_CONFIG_PROVENANCE: true
|
# NPM_CONFIG_PROVENANCE: true
|
||||||
|
|||||||
Reference in New Issue
Block a user