mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-06-30 04:07:33 +00:00
Remove absolute paths
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user