mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
fix: release package
mixing npm and yarn is something to fix, not good mix
This commit is contained in:
parent
c7e6222b69
commit
1f477bd6e8
2 changed files with 4 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -2,8 +2,8 @@ name: Release 5.x
|
|||
|
||||
on:
|
||||
push:
|
||||
# tags:
|
||||
# - '*'
|
||||
tags:
|
||||
- '*'
|
||||
jobs:
|
||||
release:
|
||||
name: Release
|
||||
|
|
|
@ -41,3 +41,5 @@ contrib/
|
|||
storage_default_storage/
|
||||
docker-bin/
|
||||
yarn-plugins/
|
||||
tsconfig.json
|
||||
systemd/
|
||||
|
|
Loading…
Add table
Reference in a new issue