Skip to content

Commit df6c15a

Browse files
authored
ci: fix workflow required node version (#1003)
1 parent cd897cd commit df6c15a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/create-sentry-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ on:
55
- 'master'
66
jobs:
77
create-sentry-release:
8+
strategy:
9+
matrix:
10+
target: ['22.6']
811
uses: snapshot-labs/actions/.github/workflows/create-sentry-release.yml@main
912
with:
1013
project: snapshot-hub
14+
target: ${{ matrix.target }}
1115
secrets: inherit

0 commit comments

Comments
 (0)