Skip to content

Commit 33bc04e

Browse files
committed
CI: different names for publish jobs
1 parent 0d6c7d5 commit 33bc04e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
- cron: '0 0 * * 6' # every Saturday
1717

1818
jobs:
19-
publish:
19+
docker-publish:
2020
runs-on: ubuntu-24.04
2121
steps:
2222
- name: Clone the repository

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
- cron: '0 0 * * 6' # every Saturday
1717

1818
jobs:
19-
publish:
19+
release-publish:
2020
runs-on: ubuntu-24.04
2121
env:
2222
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages

0 commit comments

Comments
 (0)