From e3c77460eb4829742c4acd80536332a200576418 Mon Sep 17 00:00:00 2001 From: mashal-m Date: Fri, 26 May 2023 16:04:36 +0500 Subject: [PATCH] refactor: update ci file --- .github/workflows/ci.yml | 2 +- .releaserc | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39e8320..48af757 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/.releaserc b/.releaserc index 7bf1ab6..1b6ddd9 100644 --- a/.releaserc +++ b/.releaserc @@ -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}"