Skip to content

Commit 877b0c0

Browse files
author
Excodibur
committed
fixed issues in workflows 2
1 parent 4f02152 commit 877b0c0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/publish-docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ on:
1010
# - 'docs/**.adoc'
1111
# - '!docs/release-documentation.adoc'
1212
branches:
13-
- main
14-
tags:
15-
# normal versions
16-
- "v[0-9]+.[0-9]+.[0-9]+"
17-
# pre-releases
18-
- "v[0-9]+.[0-9]+.[0-9]+-**"
13+
- main
14+
tags:
15+
# normal versions
16+
- "v[0-9]+.[0-9]+.[0-9]+"
17+
# pre-releases
18+
- "v[0-9]+.[0-9]+.[0-9]+-**"
1919

2020
# Allows you to run this workflow manually from the Actions tab
2121
workflow_dispatch:

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ jobs:
9393
draft: false
9494
# Prerelease versions create prereleases on Github
9595
prerelease: ${{ contains(steps.extract_release.outputs.VERSION, '-') }}
96-
body: ${{ steps.extract_release.outputs..BODY }}
96+
body: ${{ steps.extract_release.outputs.BODY }}

0 commit comments

Comments
 (0)