Skip to content

Commit

Permalink
patch: se repara git push y se hace bump a la versión
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Solis <30329003+Im-Fran@users.noreply.github.com>
  • Loading branch information
Im-Fran committed May 28, 2024
1 parent 31a9379 commit 03679d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
lane: 'upload'
options: '{ "type": "beta", "skip_git_push": "true", "skip_slack": "true", "is_ci": "true", "skip_ios": "true" }'
- name: Publicar Version en Git
uses: actions/checkout@v4
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: mi_utem
description: 'Plataforma académica para estudiantes de la Universidad Tecnológica Metropolitana (UTEM)'
publish_to: none

version: 3.0.0+109
version: 3.0.0+110

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down

0 comments on commit 03679d3

Please sign in to comment.