Skip to content

Commit

Permalink
Merge pull request #241 from yakforward-ou/fix_issues_240
Browse files Browse the repository at this point in the history
fix publish workflow
  • Loading branch information
iapicca authored Apr 18, 2024
2 parents b4365d5 + 24b51d8 commit 9d8939c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pub-lish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
"expiration":${{ secrets.PUB_DEV_PUBLISH_EXPIRATION }}
}
EOF
- name: 'install dependencies'
- name: 'install melos'
uses: bluefireteam/melos-action@v1
- name: 'publishing'
run: |
melos publish --no-dry-run --git-tag-version
yes | melos publish --no-dry-run --git-tag-version

0 comments on commit 9d8939c

Please sign in to comment.