-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Berend Sliedrecht <[email protected]>
- Loading branch information
1 parent
5c0558c
commit 977c6b0
Showing
1 changed file
with
0 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,16 +79,6 @@ jobs: | |
git config user.name "Animo Solutions" | ||
git config user.email "[email protected]" | ||
<<<<<<< HEAD | ||
======= | ||
<<<<<<< Updated upstream | ||
if [ ${{ inputs.release-type }} == 'alpha' ]; then | ||
npm run release -- --preRelease=alpha | ||
else | ||
npm run release -- -i=${{ inputs.release-type }} | ||
fi | ||
======= | ||
>>>>>>> f80efb6 (chore: move from npm back to pnpm) | ||
- name: Publish | ||
id: publish | ||
env: | ||
|
@@ -98,15 +88,7 @@ jobs: | |
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN | ||
if [ ${{ inputs.release-type }} == 'alpha' ]; then | ||
<<<<<<< HEAD | ||
pnpm release -- --preRelease=alpha | ||
else | ||
pnpm release -- -i=${{ inputs.release-type }} | ||
fi | ||
======= | ||
pnpm release --preRelease=alpha | ||
else | ||
pnpm release -i=${{ inputs.release-type }} | ||
fi | ||
>>>>>>> Stashed changes | ||
>>>>>>> f80efb6 (chore: move from npm back to pnpm) |