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 07de8c2 commit 8cc0dfbCopy full SHA for 8cc0dfb
.github/workflows/use-shared-publish.yml
@@ -20,10 +20,5 @@ jobs:
20
with:
21
node-version: 'lts/*'
22
publish-to-npm: true
23
- s3-bucket: 'nr-downloads-main'
24
s3-path: 'media-agents/browser/dash'
25
- file-to-upload: 'dist/umd/dash.min.js' # Optional: Specify a file to upload
26
- secrets:
27
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
28
- AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
29
- AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
+ file-to-upload: 'dist/umd/dash.min.js'
0 commit comments