mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-14 23:00:33 +00:00
Remove absolute paths
This commit is contained in:
parent
ff47e64685
commit
fce5f2e313
342 changed files with 6646 additions and 7223 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -48,9 +48,8 @@ jobs:
|
|||
-
|
||||
name: NPM production deps
|
||||
run: |
|
||||
rm -rf node_modules
|
||||
sed -i '/node_modules/d' .gitignore
|
||||
npm install --production
|
||||
npm run build-dep
|
||||
npm run prune
|
||||
-
|
||||
name: Commit and push changes
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue