Skip to content

Commit

Permalink
fix: workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
deblanco committed Apr 19, 2023
1 parent ca6be88 commit 590cb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: '@stabilityprotocol'
- name: Install dependencies 🏗️
run: yarn isntall --frozen-lockfile
run: yarn install --frozen-lockfile
- name: Build package 👷‍♀️
run: yarn build
- name: Publish package 📦
Expand Down

0 comments on commit 590cb8a

Please sign in to comment.