Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephenodrom committed Feb 1, 2024
1 parent 19cb92e commit 7d5c1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@latest
- uses: actions/upload-artifact@v2
- uses: actions/setup-gh@latest

- name: Get Version from pubspec.yaml
Expand All @@ -20,6 +19,7 @@ jobs:
run: dart compile exe bin/git_log_markdown_formatter.dart -o glmf

- name: Upload Executable Artifact
uses: actions/upload-artifact@v2
with:
name: glmf
path: glmf
Expand Down

0 comments on commit 7d5c1df

Please sign in to comment.