Skip to content

Commit f3a9ef6

Browse files
committed
WIP
1 parent 27079f5 commit f3a9ef6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/npmpublish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
# update version
3131
- uses: actions/setup-node@v1
3232
- run: npm ci
33-
- run: npm version ${{ steps.tag.outputs.result }}
33+
- run: npm version $VERSION
34+
env:
35+
SOURCE_NAME: ${{ steps.tag.outputs.VERSION }}
3436

3537
# publish to NPMJS
3638
- uses: actions/setup-node@v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@validide/javascript-browser-utilities",
2+
"name": "javascript-browser-utilities",
33
"version": "0.0.1",
44
"description": "JavaScript Browser Utilities",
55
"main": "dist/js/index.js",

0 commit comments

Comments
 (0)