Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
npm install instead of CI
  • Loading branch information
Hoxolotl authored Jun 12, 2024
1 parent 095c4dd commit 40bbf6f
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 @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm install
- name: Publish app
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 40bbf6f

Please sign in to comment.