Skip to content

Commit 629ec13

Browse files
Merge pull request #37 from contentstack/publish-workflow-fix
fix : publish workflow fixed
2 parents 90ac4e9 + a2ed0e7 commit 629ec13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: dart-lang/setup-dart@v1
2020
with:
21-
sdk: 2.19
21+
sdk: stable
2222
- name: Install dependencies
2323
run: dart pub get
2424
working-directory: .

0 commit comments

Comments
 (0)