Skip to content

Commit f65f293

Browse files
committed
updates release action to v4
1 parent 85babf1 commit f65f293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build app
2222
run: dart compile exe -D POSTHOG_API_KEY=${{ secrets.POSTHOG_API_KEY }} bin/stacked.dart
2323
- name: release
24-
uses: cycjimmy/semantic-release-action@v3
24+
uses: cycjimmy/semantic-release-action@v4
2525
with:
2626
extra_plugins: |
2727
@semantic-release/exec

0 commit comments

Comments
 (0)