refactor: update ci file
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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 }}
|
||||
|
||||
12
.releaserc
12
.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}"
|
||||
|
||||
Reference in New Issue
Block a user