fix: updating scripts, not a real release
This commit is contained in:
parent
ee2b43c38c
commit
5f63cf50ef
2 changed files with 2 additions and 2 deletions
|
@ -32,6 +32,4 @@ pipeline:
|
||||||
base_url: https://src.mfgames.com
|
base_url: https://src.mfgames.com
|
||||||
files: exit-planning*.*
|
files: exit-planning*.*
|
||||||
when:
|
when:
|
||||||
event: tag
|
|
||||||
branch: main
|
branch: main
|
||||||
tag: v*
|
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
|
cd $(dirname $0)/..
|
||||||
|
rm -f exit-planning*
|
||||||
npm install --ci
|
npm install --ci
|
||||||
npx semantic-release
|
npx semantic-release
|
||||||
|
|
Loading…
Reference in a new issue