Skip to content

Commit 9e89166

Browse files
committed
fix: generated manifest showed a warning
> Warning: Mismatched version in sfdx-browserforce-plugin plugin manifest. > Expected: 5.1.3 Received: 0.0.0-development
1 parent d6e41e1 commit 9e89166

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/default.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,9 @@ jobs:
6262
node-version-file: .node-version
6363
- name: Install dependencies
6464
run: npm ci --ignore-scripts
65-
- name: Build
66-
run: npm run build
6765
- name: Release package
68-
run: npx -y semantic-release
66+
run: |
67+
npm install --ignore-scripts --global semantic-release
68+
semantic-release
6969
env:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71-
npm_config_ignore_scripts: true

0 commit comments

Comments
 (0)