Skip to content

Commit 31b3c74

Browse files
committed
Fix workflows
1 parent ece3da0 commit 31b3c74

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ on:
33
release:
44
types: [created]
55
jobs:
6-
test-js:
7-
name: 'jsbt v0.3.0' # Should match commit below
8-
uses: paulmillr/jsbt/.github/workflows/test-js.yml@973650a225c0344aa5f993a6cd63835a262077e9
6+
release-js:
7+
name: "jsbt v0.3.0" # Should match commit below
8+
uses: paulmillr/jsbt/.github/workflows/release.yml@973650a225c0344aa5f993a6cd63835a262077e9
99
with:
1010
build-path: test/build
1111
secrets:

.github/workflows/test-js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ on:
44
- pull_request
55
jobs:
66
test-js:
7-
name: 'jsbt v0.3.0' # Should match commit below
7+
name: "jsbt v0.3.0" # Should match commit below
88
uses: paulmillr/jsbt/.github/workflows/test-js.yml@973650a225c0344aa5f993a6cd63835a262077e9

0 commit comments

Comments
 (0)