Skip to content

Commit

Permalink
chore: test build process
Browse files Browse the repository at this point in the history
  • Loading branch information
d-klotz committed Aug 12, 2024
1 parent fc0ebbf commit 2c5081c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cd packages/ui
npm run build
- name: save build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: ./packages/ui/dist
Expand All @@ -39,6 +39,10 @@ jobs:
node-version: 18
cache: 'npm'
registry-url: 'https://registry.npmjs.org'
- name: Download ui package
uses: actions/download-artifact@v4
with:
name: dist
- name: Auto release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 2c5081c

Please sign in to comment.