Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Zloooy committed Aug 28, 2022
2 parents 874ca96 + 1d069c2 commit 1c98df5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/flutter_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
with:
channel: 'stable'

- name: Get tag
id: tag
uses: dawidd6/action-get-tag@v1

- name: Create credentials file
run: touch credentials.env

Expand All @@ -45,9 +41,10 @@ jobs:
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.YOUR_GITHUB_TOKEN }}
# TODO automate
with:
tag_name: ${{ steps.tag.outputs.tag }}
release_name: ${{ steps.tag.outputs.tag }}
tag_name: 0.0.2
release_name: 0.0.2
draft: true
prerelease: false

Expand Down

0 comments on commit 1c98df5

Please sign in to comment.