mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
fix(publish): Use yarn audit
instead of npm audit
(#411)
This commit is contained in:
parent
03eb578c3f
commit
deeb28306b
2
.github/workflows/release-npm.yml
vendored
2
.github/workflows/release-npm.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
|||||||
working-directory: ${{ matrix.package.path }}
|
working-directory: ${{ matrix.package.path }}
|
||||||
run: |
|
run: |
|
||||||
echo "# NPM Audit Results" | tee -a ${{runner.workspace }}/notes.md
|
echo "# NPM Audit Results" | tee -a ${{runner.workspace }}/notes.md
|
||||||
npm audit 2>&1 | tee -a ${{runner.workspace }}/notes.md
|
yarn audit 2>&1 | tee -a ${{runner.workspace }}/notes.md
|
||||||
- name: Publish ${{ matrix.package.name }}
|
- name: Publish ${{ matrix.package.name }}
|
||||||
if: env.PACKAGE_VERSION != env.PUBLISHED_VERSION
|
if: env.PACKAGE_VERSION != env.PUBLISHED_VERSION
|
||||||
working-directory: ${{ matrix.package.path }}
|
working-directory: ${{ matrix.package.path }}
|
||||||
|
Loading…
Reference in New Issue
Block a user