Skip to content

Commit

Permalink
chore(ci): skip confirmation prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
driimus committed May 12, 2024
1 parent 5aacb8d commit d1d4995
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
id-token: write
steps:
- uses: actions/checkout@v4
Expand All @@ -35,7 +35,7 @@ jobs:
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Release
run: npx nx release
run: npx nx release -y
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
5 changes: 5 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
"release": {
"version": {
"conventionalCommits": true
},
"changelog": {
"projectChangelogs": {
"createRelease": "github"
}
}
}
}

0 comments on commit d1d4995

Please sign in to comment.