Skip to content

Commit

Permalink
feat: Add Semantic Release
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskares committed Jun 14, 2024
1 parent 8d019f1 commit 5d8e97d
Show file tree
Hide file tree
Showing 3 changed files with 7,046 additions and 125 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
test:
timeout-minutes: 60
Expand All @@ -30,9 +28,11 @@ jobs:
name: playwright-report
path: playwright-report/
retention-days: 30
- name: Publish the Package
- name: Run Build
run: |
npm run build
npm publish --access public
- name: Release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
Loading

0 comments on commit 5d8e97d

Please sign in to comment.