Skip to content

Commit

Permalink
fix: semantic release, attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
furiozo committed Jul 7, 2022
1 parent 75cbd2c commit c2f1fe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

- task: UseDotNet@2
displayName: 'Use .NET 6 Core sdk'
enabled: false
inputs:
packageType: sdk
version: 6.0.x
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:

- task: UseDotNet@2
displayName: 'Use .NET 6 Core sdk'
enabled: false
inputs:
packageType: sdk
version: 6.0.x
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports={
}],

["@semantic-release/exec",{
successCmd: `
verifyReleaseCmd: `
set -e
echo \${nextRelease.version} > semver.txt
`,
Expand Down

0 comments on commit c2f1fe8

Please sign in to comment.