Skip to content

Commit

Permalink
fix: the dist is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu committed Aug 9, 2024
1 parent 3bb293f commit e078732
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main

permissions:
contents: read
contents: read

jobs:
release:
Expand All @@ -26,6 +26,8 @@ jobs:
node-version: "lts/*"
- name: Install dependencies
run: npm clean-install
- name: Build
run: npm run build
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
Expand Down

0 comments on commit e078732

Please sign in to comment.