Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsangwan01 committed Jul 7, 2024
1 parent b40ab67 commit 8cd0de8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release_builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ jobs:
uses: mikefarah/yq@master
with:
cmd: yq -r '.version' 'pubspec.yaml'
- name: Github Release
uses: softprops/action-gh-release@v1
- name: Publish Release
uses: marvinpinto/action-automatic-releases@latest
with:
tag_name: ${{ steps.app_version.outputs.result }}
repo_token: "${{ github.token }}"
automatic_release_tag: "latest-${{ steps.app_version.outputs.result }}"
prerelease: false
title: "Release ${{ steps.app_version.outputs.result }}"
files: |
dist/*/*
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"libcrypto",
"libgtk",
"libusb",
"marvinpinto",
"mikefarah",
"nullptr",
"oneplus",
Expand Down

0 comments on commit 8cd0de8

Please sign in to comment.