Skip to content

Commit

Permalink
Merge pull request #2 from softberry/config-workflow
Browse files Browse the repository at this point in the history
add release workflow
  • Loading branch information
softberry committed Mar 24, 2024
2 parents e0a07dd + 2f1446c commit 3a7d024
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 3a7d024

Please sign in to comment.