Skip to content

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
snickbit committed Apr 15, 2023
1 parent 3682772 commit ffdb744
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build, Test, and Lint
uses: remedyred/check-action@v1.1.11
uses: remedyred/check-action@v1.1.12
with:
SCRIPTS: prerelease:ci
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build, Test, and Lint
uses: remedyred/check-action@v1.1.11
uses: remedyred/check-action@v1.1.12
with:
SCRIPTS: prerelease:ci
NO_BAIL: true
AUTO_COMMIT: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Release
run: pnpm turbo run release:ci
run: pnpm turbo run build release:ci

1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
},
"//#release:ci": {
"env": ["GITHUB_TOKEN", "NPM_TOKEN"],
"dependsOn": ["build"],
"outputs": ["CHANGELOG.md", "package.json", "docs/**", "README.md"],
"outputMode": "new-only"
}
Expand Down

0 comments on commit ffdb744

Please sign in to comment.