Skip to content

Commit

Permalink
build: remove semantic-release as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Sep 17, 2022
1 parent d4d3a81 commit 625f3a4
Show file tree
Hide file tree
Showing 3 changed files with 4,036 additions and 4,992 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: npm ci
- run: npm install --save-dev @semantic-release/git
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GR2M_PAT_FOR_SEMANTIC_RELEASE }}
Expand Down
Loading

0 comments on commit 625f3a4

Please sign in to comment.