Skip to content

Commit 679d3e1

Browse files
committed
Update release-drafter.yaml to remove emoji from version name template and add skip_if_exists flag in run-struct.yaml
1 parent af69a06 commit 679d3e1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

struct_module/contribs/github/workflows/release-drafter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ structure:
4545
git push origin refs/tags/v${{ steps.version.outputs.major }} -f
4646
- .github/release-drafter.yml:
4747
content: |
48-
name-template: "v$RESOLVED_VERSION 🌈"
48+
name-template: "v$RESOLVED_VERSION"
4949
tag-template: "v$RESOLVED_VERSION"
5050
categories:
5151
- title: "🚀 Features"

struct_module/contribs/github/workflows/run-struct.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
structure:
22
- .github/workflows/run-struct.yaml:
3+
skip_if_exists: true
34
content: |
45
name: run-struct
56
@@ -15,6 +16,7 @@ structure:
1516
secrets:
1617
token: {{@ github_token @}}
1718
- .struct.yaml:
19+
skip_if_exists: true
1820
content: |
1921
structure:
2022
- README.md:

0 commit comments

Comments
 (0)