mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-08 02:37:04 +00:00
feat: remove gitlab ci stage input and run job as soon as possible
- Remove the stage input, users can override the `releaser-pleaser` job if needed. - Run the `releaser-pleaser` job as soon as possible using `needs: []`.
This commit is contained in:
parent
8493c5a625
commit
cf3ac3c42d
3 changed files with 17 additions and 8 deletions
|
|
@ -6,6 +6,7 @@ stages: [ release ]
|
|||
# and create a corresponding GitLab Release.
|
||||
create-release:
|
||||
stage: release
|
||||
needs: []
|
||||
image: registry.gitlab.com/gitlab-org/release-cli:v0.19.0
|
||||
script: echo "Creating release $CI_COMMIT_TAG"
|
||||
rules:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue