Skip to content

Commit 194c8bd

Browse files
chore(ci): use static version for publishing example components
This commit changes the `examples-components` CI workflow to use a static (updated) version of `wash` to publish components, ahead of the release of wash 0.29.0. Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
1 parent 7f0ac03 commit 194c8bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/examples-components.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
wash-version:
41-
- 0.27.0
41+
- 0.28.1
4242
- current
4343
steps:
4444
- uses: actions/checkout@v4
@@ -74,7 +74,7 @@ jobs:
7474
fail-fast: false
7575
matrix:
7676
wash-version:
77-
- 0.27.0
77+
- 0.28.1
7878
- current
7979
project:
8080
# Golang example components
@@ -177,7 +177,7 @@ jobs:
177177
fail-fast: false
178178
matrix:
179179
wash-version:
180-
- current
180+
- 0.28.1
181181
project:
182182
# Rust example components (to publish)
183183
- name: "blobby"

0 commit comments

Comments
 (0)