@shakerquiz/utilities 4.0.29 → 4.0.31

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.
@@ -32,3 +32,14 @@ jobs:
32
32
  - run: npm publish --tag aquamarine
33
33
  - run: git commit -am "Commit autogenerated output" || true
34
34
  - run: git push --follow-tags
35
+ update:
36
+ needs: publish
37
+ runs-on: ubuntu-latest
38
+ steps:
39
+ - name: Update ${{ github.repository_owner }}/url
40
+ env:
41
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
42
+ run: |
43
+ gh workflow run publish.yml \
44
+ -R ${{ github.repository_owner }}/url \
45
+ -f pr=false -f utilities=true
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/utilities",
4
- "version": "4.0.29",
4
+ "version": "4.0.31",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {