Skip to content

Commit

Permalink
fix pub-lish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Iapicca committed Apr 18, 2024
1 parent b4365d5 commit 24b51d8
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 24b51d8

Please sign in to comment.