Skip to content

Commit

Permalink
feat: first release 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbien committed Jun 2, 2022
1 parent bd60519 commit 699989d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- next
- beta
- alpha
- "*.x" # maintenance releases
- '*.x' # maintenance releases

jobs:
release:
Expand All @@ -16,10 +16,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: '12.x'
- run: yarn
- run: yarn run build
- run: yarn run semantic-release --dry-run
- run: yarn run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 699989d

Please sign in to comment.