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 a38fcbf commit 96505b1Copy full SHA for 96505b1
.github/workflows/deploy-image.yml
@@ -73,9 +73,9 @@ jobs:
73
with:
74
files: |
75
build/index.min.js
76
- build/index.min.js.map
+ # build/index.min.js.map
77
build/polyfill.min.js
78
- build/polyfill.min.js.map
+ # build/polyfill.min.js.map
79
package-lock.json
80
tag_name: ${{ steps.package-version.outputs.current-version }}
81
name: ${{ steps.package-version.outputs.current-version }}
0 commit comments