Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
inwaar committed Oct 7, 2024
1 parent 0c74355 commit eb757f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- ci

jobs:
release:
Expand All @@ -19,7 +18,7 @@ jobs:
node-version: 20
cache: "npm"
- run: npm ci
- run: npx semantic-release --dry-run --branches ci
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit eb757f1

Please sign in to comment.