Skip to content

Commit 375ae57

Browse files
committed
chore(core): monorepo release v6.6.1
1 parent 5a9d720 commit 375ae57

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/publish-core.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: Publish Core to npm
22
on:
33
push:
44
tags:
5-
- "core-v*"
5+
- "core-v*" # Use core-v1.0.0 for core releases
66
permissions:
77
contents: read
88
id-token: write
9+
security-events: write
910
jobs:
1011
publish-core:
1112
runs-on: ubuntu-latest
@@ -15,8 +16,6 @@ jobs:
1516
fetch-depth: 0
1617

1718
- uses: pnpm/action-setup@v4
18-
with:
19-
version: 9
2019

2120
- uses: actions/setup-node@v4
2221
with:
@@ -31,4 +30,4 @@ jobs:
3130
run: pnpm --filter=@flow-scanner/lightning-flow-scanner-core run build
3231

3332
- name: Publish core to npm (trusted publishing)
34-
run: cd packages/core/out && npm publish --access public --provenance
33+
run: cd packages/core/out && npm publish --access public --provenance

packages/core/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flow-scanner/lightning-flow-scanner-core",
33
"description": "A lightweight engine for Flow metadata in Node.js, and browser environments. Assess and enhance Salesforce Flow automations for best practices, security, governor limits, and performance issues.",
4-
"version": "6.6.0",
4+
"version": "6.6.1",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",
77
"exports": {

0 commit comments

Comments
 (0)