Skip to content

Commit

Permalink
ci: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Feb 20, 2024
1 parent 1607c21 commit ff9999f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10

# if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}

steps:
- name: Generate Token
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default {
],
},
writerOpts: {
commitsSort: ['scope', 'subject'],
commitsSort: ['subject', 'scope'],
},
},
],
Expand Down

0 comments on commit ff9999f

Please sign in to comment.