Skip to content

Commit bc3be76

Browse files
committed
Bump jsbt ci
1 parent a20ccba commit bc3be76

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ on:
44
types: [created]
55
jobs:
66
release-js:
7-
name: 'jsbt v0.3.3' # Should match commit below
8-
uses: paulmillr/jsbt/.github/workflows/release.yml@c9a9f2cd6b4841aa3117b174e9ea468b1650e5ea
9-
secrets:
10-
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
7+
name: 'jsbt v0.4.5' # Should match commit below
8+
uses: paulmillr/jsbt/.github/workflows/release.yml@570adcfe0ed96b477bb9b35400fb43fd9406fb47
119
permissions:
12-
contents: write
10+
contents: read
1311
id-token: write
14-
attestations: write

.github/workflows/test-js.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Run tests
1+
name: Run TS tests
22
on:
33
- push
44
- pull_request
55
jobs:
6-
test-js:
7-
name: 'jsbt v0.3.3' # Should match commit below
8-
uses: paulmillr/jsbt/.github/workflows/test-js.yml@c9a9f2cd6b4841aa3117b174e9ea468b1650e5ea
6+
test-ts:
7+
name: 'jsbt v0.4.5' # Should match commit below
8+
uses: paulmillr/jsbt/.github/workflows/test-js-matrix.yml@570adcfe0ed96b477bb9b35400fb43fd9406fb47

0 commit comments

Comments
 (0)