File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
3636 env :
3737 NODE_AUTH_TOKEN : ${{ secrets.NPM_PUBLISH_TOKEN }}
3838
39- # - name: Configure npm authentication for GitHub Packages
40- # run: |
41- # echo "@OWNER:registry=https://npm.pkg.github.com" >> ~/.npmrc
42- # echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
43- # env:
44- # OWNER: ${{ github.repository_owner }}
45-
46- # - name: Publish to GitHub Packages
47- # run: npm publish --registry https://npm.pkg.github.com/
39+ - name : Configure npm authentication for GitHub Packages
40+ run : |
41+ echo "@OWNER:registry=https://npm.pkg.github.com" >> ~/.npmrc
42+ echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
43+ env :
44+ OWNER : ${{ github.repository_owner }}
45+
46+ - name : Publish to GitHub Packages
47+ run : npm publish --registry https://npm.pkg.github.com/
Original file line number Diff line number Diff line change 11{
22 "name" : " analytics-event-factory" ,
33 "description" : " Analytics Event Factory" ,
4- "version" : " 1.0.4 " ,
4+ "version" : " 1.0.5 " ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
77 "files" : [
You can’t perform that action at this time.
0 commit comments