Skip to content

Commit

Permalink
ci(release): use semantic-release directly from the registry
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 10, 2023
1 parent 9a3b26d commit f94aae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
node-version: lts/*
- run: npm ci
- run: npm run build
- run: npm install @semantic-release/git
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GR2M_PAT_FOR_SEMANTIC_RELEASE }}
Expand Down

0 comments on commit f94aae5

Please sign in to comment.