Skip to content

Commit

Permalink
fix: release with dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvincent committed Apr 7, 2023
1 parent ccea618 commit 30b0a05
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 @@ -5,7 +5,7 @@ on:
- main
jobs:
release:
name: Release
name: NPM release
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -18,6 +18,8 @@ jobs:
node-version: "18"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 30b0a05

Please sign in to comment.