Skip to content

Commit

Permalink
fix: semantic release, attempt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
furiozo committed Jul 7, 2022
1 parent 1b47635 commit 75cbd2c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10,574 deletions.
4 changes: 2 additions & 2 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
inputs:
targetType: 'inline'
script: |
npm install
npx semantic-release -d
time curl -L https://github.com/Elders/blob/releases/download/SemRel-01/node_modules.tar.gz | tar mx -I pigz
time npx semantic-release -d
export SEMVER=$(cat semver.txt)
echo "##vso[task.setvariable variable=SEMVER;isOutput=true;]$SEMVER"
if [ "$SEMVER" != "" ]; then export semverDefined="true"; fi
Expand Down

0 comments on commit 75cbd2c

Please sign in to comment.