Skip to content

Commit

Permalink
ci: lets go
Browse files Browse the repository at this point in the history
  • Loading branch information
robby rabbitman committed Jun 29, 2024
1 parent 65d0406 commit d11429e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: release

on:
workflow_dispatch:
push:
branches:
- 'main'

jobs:
main:
if: "${{ github.event_name == 'workflow_dispatch' || !startsWith(github.event.head_commit.message, 'chore: release') }}"
runs-on: ubuntu-latest
permissions:
actions: read
Expand Down
1 change: 1 addition & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
},
"release": {
"releaseTagPattern": "{version}",
"git": { "commitMessage": "chore: release {version} 🚀" },
"version": {
"conventionalCommits": true,
"generatorOptions": {
Expand Down

0 comments on commit d11429e

Please sign in to comment.