Skip to content

Commit

Permalink
Merge pull request #255 from yakforward-ou/fix-issues_254
Browse files Browse the repository at this point in the history
issues_254 workaround
  • Loading branch information
iapicca authored Sep 7, 2024
2 parents c91d3ca + 11603fd commit 5cee3a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
permissions:
contents: write
runs-on: [ ubuntu-latest ]
if: contains(github.event.head_commit.message, 'chore(release)')
# see https://github.com/bluefireteam/melos-action/issues/13
# https://github.com/yakforward-ou/yak_packages/issues/254
# if: contains(github.event.head_commit.message, 'chore(release)')
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
Expand Down

0 comments on commit 5cee3a5

Please sign in to comment.