mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-10 11:47:03 +00:00
Compare commits
4 commits
2f806e3311
...
0f986b0287
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0f986b0287 | ||
|
|
d22f87ecc2 | ||
|
|
30b0891447 | ||
|
|
761eede169 |
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docs.yaml
vendored
2
.github/workflows/docs.yaml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
|
|
||||||
- uses: ./.github/actions/setup-mdbook
|
- uses: ./.github/actions/setup-mdbook
|
||||||
with:
|
with:
|
||||||
version: v0.4.44 # renovate: datasource=github-releases depName=rust-lang/mdbook
|
version: v0.4.45 # renovate: datasource=github-releases depName=rust-lang/mdbook
|
||||||
|
|
||||||
- name: Build Book
|
- name: Build Book
|
||||||
working-directory: docs
|
working-directory: docs
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ stages: [ release ]
|
||||||
# and create a corresponding GitLab Release.
|
# and create a corresponding GitLab Release.
|
||||||
create-release:
|
create-release:
|
||||||
stage: release
|
stage: release
|
||||||
image: registry.gitlab.com/gitlab-org/release-cli:v0.21.0
|
image: registry.gitlab.com/gitlab-org/release-cli:v0.22.0
|
||||||
script: echo "Creating release $CI_COMMIT_TAG"
|
script: echo "Creating release $CI_COMMIT_TAG"
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue