@shakerquiz/url 0.0.55 → 0.0.56

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.
@@ -59,3 +59,12 @@ jobs:
59
59
  --title "chore: bump @shakerquiz packages" \
60
60
  --body "Automated dependency bump via workflow_dispatch." \
61
61
  --head "$BRANCH" || true
62
+
63
+ publish:
64
+ needs: bump
65
+ if: ${{ inputs.pr == false }}
66
+ uses: ./.github/workflows/publish.yml
67
+ secrets: inherit
68
+ permissions:
69
+ id-token: write
70
+ contents: write
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/url",
4
- "version": "0.0.55",
4
+ "version": "0.0.56",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {