Skip to content

Commit 418d546

Browse files
committed
NPM Bump version
1 parent eb82e3b commit 418d546

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- '**'
7-
87
pull_request:
98
types: [closed]
109
branches:
@@ -63,6 +62,7 @@ jobs:
6362
# run: cargo miri test
6463

6564
release:
65+
needs: build
6666
runs-on: ubuntu-latest
6767
if: github.event.pull_request.merged == true
6868

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"@semantic-release/git": "^10.0.1",
55
"semantic-release": "^25.0.1"
66
}
7-
}
7+
}

0 commit comments

Comments
 (0)