Skip to content

Commit

Permalink
fix: update GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrarafer committed Dec 2, 2023
1 parent e0f797d commit e1897b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
channel: 'stable'
- run: dart pub get
- name: Build app with API_KEY
run: dart compile exe --dart-define=POSTHOG_API_KEY=${{ secrets.POSTHOG_API_KEY }} bin/stacked.dart
run: dart compile exe -D POSTHOG_API_KEY=${{ secrets.POSTHOG_API_KEY }} bin/stacked.dart
- name: release
uses: cycjimmy/semantic-release-action@v3
with:
Expand Down

0 comments on commit e1897b8

Please sign in to comment.