@hobenakicoffee/libraries 0.0.1 → 0.0.2

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.
@@ -2,14 +2,15 @@ name: Publish to npm
2
2
 
3
3
  on:
4
4
  push:
5
- branches:
6
- - main
5
+ tags:
6
+ - "v*.*.*"
7
7
 
8
8
  jobs:
9
9
  publish:
10
10
  runs-on: ubuntu-latest
11
11
  permissions:
12
12
  contents: read
13
+ id-token: write
13
14
  steps:
14
15
  - name: Checkout
15
16
  uses: actions/checkout@v4
@@ -36,5 +37,3 @@ jobs:
36
37
 
37
38
  - name: Publish
38
39
  run: npm publish --access public
39
- env:
40
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hobenakicoffee/libraries",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "module": "src/index.ts",
5
5
  "type": "module",
6
6
  "scripts": {