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 27079f5 commit f3a9ef6Copy full SHA for f3a9ef6
.github/workflows/npmpublish.yml
@@ -30,7 +30,9 @@ jobs:
30
# update version
31
- uses: actions/setup-node@v1
32
- run: npm ci
33
- - run: npm version ${{ steps.tag.outputs.result }}
+ - run: npm version $VERSION
34
+ env:
35
+ SOURCE_NAME: ${{ steps.tag.outputs.VERSION }}
36
37
# publish to NPMJS
38
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "@validide/javascript-browser-utilities",
+ "name": "javascript-browser-utilities",
3
"version": "0.0.1",
4
"description": "JavaScript Browser Utilities",
5
"main": "dist/js/index.js",
0 commit comments