Skip to content

Commit

Permalink
ci: update naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jef committed Oct 21, 2022
1 parent 207c760 commit 5d3ca2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- 'v*'
jobs:
release_build_tag_publish:
build_tag_publish:
name: Create release
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
@@ -1,10 +1,10 @@
name: Release, build, tag, and publish
name: Release
on:
push:
branches:
- main
jobs:
release_build_tag_publish:
release:
name: Create release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5d3ca2e

Please sign in to comment.