Skip to content

Commit

Permalink
fix: add build step to workflow (#66)
Browse files Browse the repository at this point in the history
FKITDEV-4732
  • Loading branch information
wahur666 authored Aug 7, 2024
1 parent bda55f5 commit d61a704
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Release

on:
push:
branches:
Expand Down Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Build artifacts
run: yarn build

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d61a704

Please sign in to comment.