Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
fix install step (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubhy authored Nov 13, 2023
1 parent 216e8b9 commit 1ea6085
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
run: git checkout origin/main

- name: Install dependencies
uses: ./.github/actions/install-dependencies
uses: ./.github/actions/setup
with:
cachixAuthToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

- name: Exit pre-release mode
if: ${{ hashFiles('.changeset/pre.json') != '' }}
Expand Down

0 comments on commit 1ea6085

Please sign in to comment.