Skip to content

Commit

Permalink
ci: release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyAsh5114 committed Dec 23, 2024
1 parent ff15691 commit d9c2dcb
Show file tree
Hide file tree
Showing 3 changed files with 14,894 additions and 14,878 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release Pipeline

on:
push:
branches:
- main

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/setup-environment
- run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 1 addition & 3 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"preset": "angular"
}
},
"npm": {
"publish": false
},
"npm": false,
"git": {
"commit": false,
"push": false
Expand Down
Loading

0 comments on commit d9c2dcb

Please sign in to comment.