Skip to content

Commit

Permalink
fix: release action to avoid use of internal maif registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitFicus committed May 14, 2024
1 parent c8e3a8c commit 85bd0db
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 @@ -28,7 +28,7 @@ jobs:
- name: build frontend
run: |
cd izanami-frontend
npm ci
npm ci --omit-lockfile-registry-resolved
npm run build
- name: build backend
run: sbt "set test in assembly := {}" clean assembly
Expand Down

0 comments on commit 85bd0db

Please sign in to comment.