fix: Set release version on semantic-release
This commit is contained in:
+4
-22
@@ -5,28 +5,13 @@ orbs:
|
||||
semantic-release: trustedshops-public/semantic-release@5.1.1
|
||||
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: cimg/base:2023.06
|
||||
steps:
|
||||
- checkout
|
||||
- setup_remote_docker
|
||||
- run:
|
||||
name: Build script
|
||||
command: make build
|
||||
- store_artifacts:
|
||||
path: dist/
|
||||
- persist_to_workspace:
|
||||
paths:
|
||||
. dist/
|
||||
root: .
|
||||
semantic-release:
|
||||
executor: semantic-release/default
|
||||
steps:
|
||||
- checkout
|
||||
- attach_workspace:
|
||||
at: .
|
||||
- semantic-release/install
|
||||
- setup_remote_docker
|
||||
- semantic-release/install:
|
||||
additional_packages: '@semantic-release/exec'
|
||||
- semantic-release/execute
|
||||
|
||||
workflows:
|
||||
@@ -35,10 +20,7 @@ workflows:
|
||||
- shellcheck/check:
|
||||
name: shellcheck
|
||||
dir: src
|
||||
- build:
|
||||
requires:
|
||||
- shellcheck
|
||||
- semantic-release:
|
||||
requires:
|
||||
- build
|
||||
- shellcheck
|
||||
|
||||
|
||||
Reference in New Issue
Block a user