Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Essential
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Ansible
Roles
Essential
Commits
7021760a
Commit
7021760a
authored
1 month ago
by
dmitriysafronov
Browse files
Options
Downloads
Patches
Plain Diff
ci: update from template
Signed-off-by:
dmitriysafronov
<
dmitriysafronov@users.noreply.github.com
>
parent
af4b70e2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/push-create_tag.yaml
+1
-1
1 addition, 1 deletion
.github/workflows/push-create_tag.yaml
.github/workflows/tag-release.yaml
+1
-1
1 addition, 1 deletion
.github/workflows/tag-release.yaml
with
2 additions
and
2 deletions
.github/workflows/push-create_tag.yaml
+
1
−
1
View file @
7021760a
...
@@ -21,7 +21,7 @@ jobs:
...
@@ -21,7 +21,7 @@ jobs:
-
name
:
Get Next Version
-
name
:
Get Next Version
if
:
"
${{
!
startsWith(github.event.head_commit.message,
'docs:
update
changelog
for
')
}}"
if
:
"
${{
!
startsWith(github.event.head_commit.message,
'docs:
update
changelog
for
')
}}"
id
:
semver
id
:
semver
uses
:
ietf-tools/semver-action@v1.
8
.0
uses
:
ietf-tools/semver-action@v1.
9
.0
with
:
with
:
token
:
${{ github.token }}
token
:
${{ github.token }}
branch
:
main
branch
:
main
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/tag-release.yaml
+
1
−
1
View file @
7021760a
...
@@ -24,7 +24,7 @@ jobs:
...
@@ -24,7 +24,7 @@ jobs:
OUTPUT
:
.CHANGELOG.md
OUTPUT
:
.CHANGELOG.md
-
name
:
Create Release
-
name
:
Create Release
uses
:
ncipollo/release-action@v1.1
4
.0
uses
:
ncipollo/release-action@v1.1
5
.0
with
:
with
:
allowUpdates
:
true
allowUpdates
:
true
draft
:
false
draft
:
false
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment