Skip to content

Commit

Permalink
feature: complete gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
efraespada committed Oct 2, 2024
1 parent 80c6db0 commit 6ce0f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+' # tag-pattern on pub.dev: 'v{{version}}'

# Publish using the reusable workflow from dart-lang.
jobs:
publish:
runs-on: self-hosted
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tag_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tag Version on Push to Master
on:
push:
branches:
- develop
- master

jobs:
tag_version:
Expand Down Expand Up @@ -34,8 +34,8 @@ jobs:
exit 1
fi
# git tag "v${{ env.VERSION }}"
# git push origin "v${{ env.VERSION }}"
git tag "v${{ env.VERSION }}"
git push origin "v${{ env.VERSION }}"
- name: Handle job completion
if: always()
Expand Down

0 comments on commit 6ce0f98

Please sign in to comment.