Skip to content

Commit

Permalink
github action naming update
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Aug 18, 2024
1 parent 095483d commit c579fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- '**'
jobs:
publish:
build_release:
runs-on: ubuntu-latest
steps:
- name: Write release version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
jobs:
publish:
build_snapshot:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand Down

0 comments on commit c579fd4

Please sign in to comment.