Skip to content

Commit

Permalink
Release version 0.5.0 (#49)
Browse files Browse the repository at this point in the history
* Update pubspec.yaml

* Update release_beta_open_workflow.yml

* Update release_beta_open_workflow.yml

---------

Co-authored-by: Lecat Baptiste <60200125+BaptisteLecat@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and BaptisteLecat authored Apr 21, 2024
1 parent da6e882 commit 80610dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release_beta_open_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Release BETA Open Workflow
on:
workflow_dispatch:
inputs:
branch:
description: 'The branch you want to release.'
required: true
version:
description: 'The version you want to release.'
required: true
Expand Down Expand Up @@ -42,7 +45,7 @@ jobs:
git config user.name "GitHub Action"
- name: Create release branch
run: git checkout -b release/${{ github.event.inputs.version }}
run: git checkout -b release/${{ github.event.inputs.version }} ${{ github.event.inputs.branch }}

- name: Push new branch
run: git push origin release/${{ github.event.inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: weatherjourney
description: A new Flutter project.
description: A flutter weather app boosted with AI.
publish_to: 'none'
version: 0.2.1

Expand Down

0 comments on commit 80610dd

Please sign in to comment.