chore: 🧹 update package lock and fix ci
This commit is contained in:
parent
b6c29358a1
commit
1569eacdcf
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -8,15 +8,15 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- name: Create tarball
|
- name: Create tarball
|
||||||
run: tar czf catppuccin-gitea.tar.gz --directory=./dist .
|
run: tar czf gitea-lugit-theme.tar.gz --directory=./dist .
|
||||||
- name: Add zips to release
|
- name: Add zips to release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: ./lugit-theme.tar.gz
|
files: ./gitea-lugit-theme.tar.gz
|
||||||
|
1168
package-lock.json
generated
1168
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user