We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c931d2b commit cbafe3eCopy full SHA for cbafe3e
1 file changed
.github/workflows/publish-npm-publish-retry.yml
@@ -69,15 +69,6 @@ jobs:
69
- name: Build Everything
70
run: pnpm build
71
72
- # because ng-packagr copies the package.json to dist,
73
- # we need to re-run the build to get latest version in its dist/package.json
74
- - name: run another Angular-Slickgrid build
75
- run: pnpm run angular:build:framework
76
-
77
- # then we need to replace all `workspace:` protocol with valid workspace package versions
78
- - name: replace Angular-Slickgrid "workspace:"
79
- run: pnpm run angular:replace-workspace
80
81
- name: OTP
82
if: ${{ inputs.dryrun != true }}
83
uses: step-security/wait-for-secrets@v1
0 commit comments