@shakerquiz/contracts 0.0.1 → 0.0.3

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.
@@ -8,7 +8,7 @@ on:
8
8
 
9
9
  permissions:
10
10
  id-token: write
11
- contents: read
11
+ contents: write
12
12
 
13
13
  jobs:
14
14
  publish:
@@ -16,6 +16,8 @@ jobs:
16
16
  if: github.event.pull_request.merged == true
17
17
  steps:
18
18
  - uses: actions/checkout@v4
19
+ with:
20
+ fetch-depth: 0
19
21
  - uses: actions/setup-node@v4
20
22
  with:
21
23
  node-version: '20'
@@ -27,4 +29,4 @@ jobs:
27
29
  - run: npm version patch
28
30
  - run: npm ci
29
31
  - run: npm publish
30
- - run: git push --tags
32
+ - run: git push --follow-tags
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/contracts",
4
- "version": "0.0.1",
4
+ "version": "0.0.3",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {