File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
30
30
run : npm set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}
31
31
- name : Npm registry authentication
32
32
run : npm set //registry.npmjs.org/:_authToken ${{secrets.NPMJS_AUTOMATION}}
33
- - name : Update the package, json
33
+ - name : Update the package json
34
34
run : |
35
35
sed -i "s|\"version\": \"[^\"]*\"|\"version\": \"${{ github.event.release.tag_name }}\"|" package.json
36
36
git config user.email "38@teragrep.com"
37
37
git config user.name "spidermanja"
38
38
git add .
39
39
git commit -am "Updated the tag version ${{ github.event.release.tag_name }}"
40
- git push origin HEAD:main
40
+ git push origin HEAD:automation
41
41
- name : Publish packages
42
42
run : npm publish
43
43
You can’t perform that action at this time.
0 commit comments