Skip to content

Commit

Permalink
Add verify step
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisdonovan committed Oct 27, 2024
1 parent c2449cf commit 6422491
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- master
- ci-fixes
jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -17,6 +17,8 @@ jobs:
run: npm i
- name: Build
run: npm run build:ci
- name: Verify Build Output
run: ls -R dist
- name: Semantic release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6422491

Please sign in to comment.