domain-driver 0.0.3 → 0.0.4

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.
@@ -4,12 +4,14 @@ on:
4
4
  push:
5
5
  branches:
6
6
  - master
7
+ tags:
8
+ - 'v*'
7
9
 
8
10
  jobs:
9
11
  publish:
10
12
  runs-on: ubuntu-latest
11
13
  permissions:
12
- id-token: write # required for trusted publishing
14
+ id-token: write
13
15
 
14
16
  steps:
15
17
  - uses: actions/checkout@v4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "domain-driver",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {