Skip to content

Commit 0a05f04

Browse files
authored
Rename release-drafter and major-tagging workflows
1 parent 9c69d45 commit 0a05f04

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
files:
2-
- .github/workflows/release-drafter.yaml:
2+
- .github/workflows/z-release-drafter.yaml:
33
content: |
4-
name: release-drafter
4+
name: z-release-drafter
55
66
on:
77
push:
@@ -27,9 +27,9 @@ files:
2727
prerelease: false
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
- .github/workflows/major-tagging.yaml:
30+
- .github/workflows/z-major-tagging.yaml:
3131
content: |
32-
name: major-tagging
32+
name: z-major-tagging
3333
3434
on:
3535
push:

0 commit comments

Comments
 (0)