We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af69a06 commit 679d3e1Copy full SHA for 679d3e1
struct_module/contribs/github/workflows/release-drafter.yaml
@@ -45,7 +45,7 @@ structure:
45
git push origin refs/tags/v${{ steps.version.outputs.major }} -f
46
- .github/release-drafter.yml:
47
content: |
48
- name-template: "v$RESOLVED_VERSION 🌈"
+ name-template: "v$RESOLVED_VERSION"
49
tag-template: "v$RESOLVED_VERSION"
50
categories:
51
- title: "🚀 Features"
struct_module/contribs/github/workflows/run-struct.yaml
@@ -1,5 +1,6 @@
1
structure:
2
- .github/workflows/run-struct.yaml:
3
+ skip_if_exists: true
4
5
name: run-struct
6
@@ -15,6 +16,7 @@ structure:
15
16
secrets:
17
token: {{@ github_token @}}
18
- .struct.yaml:
19
20
21
22
- README.md:
0 commit comments