File tree Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -17,30 +17,30 @@ jobs:
17
17
- run : yarn test --coverage
18
18
- run : yarn build
19
19
20
- # publish-gpr:
21
- # needs: build
22
- # runs-on: ubuntu-latest
23
- # permissions:
24
- # packages: write
25
- # contents: read
26
- # steps:
27
- # - uses: actions/checkout@v2
28
- # - uses: actions/setup-node@v2
29
- # with:
30
- # node-version: 16
31
- # registry-url: https://npm.pkg.github.com/
20
+ publish-gpr :
21
+ needs : build
22
+ runs-on : ubuntu-latest
23
+ permissions :
24
+ packages : write
25
+ contents : read
26
+ steps :
27
+ - uses : actions/checkout@v2
28
+ - uses : actions/setup-node@v2
29
+ with :
30
+ node-version : 16
31
+ registry-url : https://npm.pkg.github.com/
32
32
33
- # - name: Github ref check
34
- # run: echo "Deploying to production server on branch $GITHUB_REF"
33
+ - name : Github ref check
34
+ run : echo "Deploying to production server on branch $GITHUB_REF"
35
35
36
- # - name: Install npm dependencies
37
- # run: yarn install
36
+ - name : Install npm dependencies
37
+ run : yarn install
38
38
39
- # - name: Publish tag to npm
40
- # if: contains(github.ref, 'tags')
41
- # run: yarn publish --new-version "${GITHUB_REF:11}" --access public --no-git-tag-version
42
- # env:
43
- # NODE_AUTH_TOKEN: ${{ secrets.GH_AUTH_TOKEN }}
39
+ - name : Publish tag to npm
40
+ if : contains(github.ref, 'tags')
41
+ run : yarn publish --new-version "${GITHUB_REF:11}" --access public --no-git-tag-version
42
+ env :
43
+ NODE_AUTH_TOKEN : ${{ secrets.GH_AUTH_TOKEN }}
44
44
45
45
publish-npm :
46
46
needs : build
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @coderstm /vue-number-format" ,
2
+ "name" : " @coders-tm /vue-number-format" ,
3
3
"version" : " 1.0.0" ,
4
4
"private" : false ,
5
5
"description" : " Easy formatted numbers, currency and percentage with input/directive mask for Vue.js" ,
You can’t perform that action at this time.
0 commit comments