Skip to content

Commit

Permalink
add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
softberry committed Mar 24, 2024
1 parent 2518c53 commit 2f1446c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release
on:
push:
branches:
- main
workflow_call:
secrets:
NPM_TOKEN:
Expand Down Expand Up @@ -30,4 +33,4 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
- name: Upload Code Coverage
uses: codecov/codecov-action@v3.1.0
uses: codecov/codecov-action@v3.1.0

0 comments on commit 2f1446c

Please sign in to comment.