Skip to content

Commit

Permalink
fix prop in wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
CNimmo16 committed Jan 5, 2025
1 parent 9c63614 commit 8fb59f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'npm'

- name: Install Dependencies
run: npm ci
cache: 'npm'

- name: Publish to npm
id: changesets
Expand Down

0 comments on commit 8fb59f4

Please sign in to comment.