Skip to content

Commit

Permalink
ci: disabled verbose (#4)
Browse files Browse the repository at this point in the history
* ci: disabled verbose

* ci: fix GitHub token missing
  • Loading branch information
kamontat authored Aug 31, 2024
1 parent b2bfa06 commit d4bc941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
chmod 400 "/tmp/id_ed25519"
- name: Set up github
run: gh auth setup-git
env:
GITHUB_TOKEN: "${{ secrets.GH_TOKEN }}"
- name: Set up pnpm
uses: pnpm/action-setup@v4
- name: Set up nodejs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "nx run-many --batch --targets lint build test",
"start:ci": "nx affected --batch --targets lint build test --output-style static",
"release": "nx release --dry-run",
"release:ci": "nx release --verbose"
"release:ci": "nx release"
},
"devDependencies": {
"@commitlint/cli": "19.4.1",
Expand Down

0 comments on commit d4bc941

Please sign in to comment.