Skip to content

Commit

Permalink
ci: skip releases for dev dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aaneitchik committed Apr 13, 2022
1 parent fd5972f commit 46b1151
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
commit-assets: |
./dist
node-module: true
release-rules-append: |
[
{ "release": false, "scope": "deps-dev", "type": "chore" }
]
- if: steps.release.outputs.released == 'true'
name: Setup Node.js with GitHub Packages
uses: actions/setup-node@v3.1.1
Expand Down

0 comments on commit 46b1151

Please sign in to comment.