Skip to content

Commit

Permalink
Another fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
steel97 committed Jan 30, 2024
1 parent 9d8ceba commit 1392d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: version
run: echo "build_version=$(cat VERSION.md)" >> $GITHUB_ENV
id: version
- run: npm ci
- run: npm install
- name: Publish release
run: npm run build --if-present
# no tests for now...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: version
run: echo "build_version=$(cat VERSION.md)" >> $GITHUB_ENV
id: version
- run: npm ci
- run: npm install
- name: Publish release
run: npm run build --if-present
# no tests for now...
Expand Down

0 comments on commit 1392d65

Please sign in to comment.