Skip to content

Commit

Permalink
build: rename GH release workflow jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
hseeberger committed Nov 17, 2023
1 parent daebcde commit 0317409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- hello-tracing-backend-v*

jobs:
docker:
release:
runs-on: ubuntu-latest
steps:
- name: Check out
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- hello-tracing-gateway-v*

jobs:
docker:
release:
runs-on: ubuntu-latest
steps:
- name: Check out
Expand Down

0 comments on commit 0317409

Please sign in to comment.