Skip to content

Commit 1c98df5

Browse files
committed
Merge branch 'development'
2 parents 874ca96 + 1d069c2 commit 1c98df5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/flutter_release.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ jobs:
1818
with:
1919
channel: 'stable'
2020

21-
- name: Get tag
22-
id: tag
23-
uses: dawidd6/action-get-tag@v1
24-
2521
- name: Create credentials file
2622
run: touch credentials.env
2723

@@ -45,9 +41,10 @@ jobs:
4541
uses: actions/create-release@v1
4642
env:
4743
GITHUB_TOKEN: ${{ secrets.YOUR_GITHUB_TOKEN }}
44+
# TODO automate
4845
with:
49-
tag_name: ${{ steps.tag.outputs.tag }}
50-
release_name: ${{ steps.tag.outputs.tag }}
46+
tag_name: 0.0.2
47+
release_name: 0.0.2
5148
draft: true
5249
prerelease: false
5350

0 commit comments

Comments
 (0)