Skip to content

Commit

Permalink
Merge pull request #90 from rudderlabs/develop
Browse files Browse the repository at this point in the history
ci(monorepo): add --yes to melos publish
  • Loading branch information
bardisg committed Apr 5, 2023
2 parents 9117e4b + 25499e3 commit 8146a07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pubdev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Publish package to pub.dev
run: |
melos publish --no-dry-run
melos publish --no-dry-run --yes
- name: Get new version number
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/housekeeping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/stale@v7
- uses: actions/stale@v8
with:
repo-token: ${{ github.token }}
operations-per-run: 200
Expand Down

0 comments on commit 8146a07

Please sign in to comment.