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 14e118b commit 872fc68Copy full SHA for 872fc68
.github/workflows/publish-npm-prompt.yml
@@ -71,6 +71,15 @@ jobs:
71
- name: Build Library
72
run: pnpm build
73
74
+ - name: Archive build artifacts
75
+ uses: actions/upload-artifact@v3
76
+ with:
77
+ name: dist folders
78
+ path: |
79
+ lib/dist
80
+ demo/dist
81
+ retention-days: 5
82
+
83
- name: Lerna Version (latest) 🏷️
84
if: ${{ contains(inputs.tag, 'latest') }}
85
env:
@@ -109,4 +118,4 @@ jobs:
109
118
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
110
119
NPM_CONFIG_PROVENANCE: true
111
120
run: |
112
- pnpm run ci:publish --otp ${{ steps.wait-for-secrets.outputs.OTP }}
121
+ pnpm run ci:publish --otp ${{ steps.wait-for-secrets.outputs.OTP }}
0 commit comments