Skip to content

Commit

Permalink
perf: check semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Aug 18, 2023
1 parent 6be44b1 commit 913c44c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release
on:
workflow_dispatch:
push:

jobs:

Expand Down Expand Up @@ -33,6 +34,7 @@ jobs:
npm run generate-docs
- name: Release
if: github.ref == 'refs/heads/main'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 913c44c

Please sign in to comment.