@timmsy/riftjs 2.0.1 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,7 +44,9 @@ jobs:
44
44
 
45
45
  - name: Publish to GitHub Packages
46
46
  run: |
47
- npm config set @timmsy:registry https://npm.pkg.github.com
47
+ echo "@timmsy:registry=https://npm.pkg.github.com" >> "$NPM_CONFIG_USERCONFIG"
48
+ echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" >> "$NPM_CONFIG_USERCONFIG"
49
+ npm pkg set name="@timmsy1998/riftjs"
48
50
  npm publish --registry=https://npm.pkg.github.com
49
51
  env:
50
52
  NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timmsy/riftjs",
3
- "version": "2.0.1",
3
+ "version": "2.0.4",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "npm run test:endpoints",