We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb2a81 commit 085bcfaCopy full SHA for 085bcfa
.github/workflows/release.yml
@@ -3,9 +3,9 @@ on:
3
release:
4
types: [created]
5
jobs:
6
- test-js:
7
- name: 'jsbt v0.3.0' # Should match commit below
8
- uses: paulmillr/jsbt/.github/workflows/test-js.yml@973650a225c0344aa5f993a6cd63835a262077e9
+ release-js:
+ name: "jsbt v0.3.0" # Should match commit below
+ uses: paulmillr/jsbt/.github/workflows/release.yml@973650a225c0344aa5f993a6cd63835a262077e9
9
with:
10
build-path: test/build
11
secrets:
.github/workflows/test-js.yml
@@ -4,5 +4,5 @@ on:
- pull_request
test-js:
uses: paulmillr/jsbt/.github/workflows/test-js.yml@973650a225c0344aa5f993a6cd63835a262077e9
0 commit comments