Skip to content

Commit 6ed119c

Browse files
committed
install v1.3.3 in release pipeline too
1 parent cdb5932 commit 6ed119c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Setup Extism
1717
run: |
18-
curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
18+
curl -L https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash -s v1.3.3
1919
2020
- name: Set up Node.js
2121
uses: actions/setup-node@v2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Setup Extism and XTP
2323
run: |
24-
curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash -s v1.3.3
24+
curl -L https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash -s v1.3.3
2525
curl https://static.dylibso.com/cli/install.sh | bash
2626
2727
- name: Setup extism-py

0 commit comments

Comments
 (0)