crawler-user-agents 1.11.0 → 1.12.0

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.
@@ -26,6 +26,8 @@ jobs:
26
26
  url: https://www.npmjs.com/package/crawler-user-agents
27
27
  steps:
28
28
  - uses: actions/checkout@v4
29
+ with:
30
+ token: ${{ secrets.PAT }}
29
31
  - uses: actions/setup-node@v4
30
32
  with:
31
33
  node-version: 20
@@ -45,5 +47,4 @@ jobs:
45
47
  - run: echo "NEW_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
46
48
  - run: git tag "v$NEW_VERSION"
47
49
  # publish this new version to github (to give the Go module a new version)
48
- - run: git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
49
50
  - run: git push origin "v$NEW_VERSION"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.11.0",
3
+ "version": "1.12.0",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",