refactor: update ci file

This commit is contained in:
mashal-m
2023-05-26 16:04:36 +05:00
parent 0c536b30dd
commit e3c77460eb
2 changed files with 12 additions and 2 deletions

View File

@@ -51,4 +51,4 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Print version
run: echo ${{ needs.tests.steps.ver.outputs.nextVer }}
run: echo ${{ needs.tests.outputs.output1 }}

View File

@@ -1,6 +1,16 @@
{
"branch": "master",
"branches": [
"mashal-m/semantic-release-workaround",
"master",
{
"name": "beta",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
["@semantic-release/exec",
{
"publishCmd": "echo ::set-output name=nextVer::${nextRelease.version}"