Skip to content

Commit 5d3ca2e

Browse files
committed
ci: update naming
1 parent 207c760 commit 5d3ca2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
tags:
55
- 'v*'
66
jobs:
7-
release_build_tag_publish:
7+
build_tag_publish:
88
name: Create release
99
runs-on: ubuntu-latest
1010
steps:

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Release, build, tag, and publish
1+
name: Release
22
on:
33
push:
44
branches:
55
- main
66
jobs:
7-
release_build_tag_publish:
7+
release:
88
name: Create release
99
runs-on: ubuntu-latest
1010
steps:

0 commit comments

Comments
 (0)