Skip to content

Commit

Permalink
chore: add missing build-essentials to publish-unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
bapmrl committed Jan 9, 2024
1 parent 1b9bef7 commit 4a28ae1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: ./.github/actions/setup-node
- name: Install dependencies
run: yarn install
- name: Build essentials
uses: ./.github/actions/build-essential
- name: Run publish script
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
Expand Down

0 comments on commit 4a28ae1

Please sign in to comment.