We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6c7d5 commit 33bc04eCopy full SHA for 33bc04e
.github/workflows/docker.yml
@@ -16,7 +16,7 @@ on:
16
- cron: '0 0 * * 6' # every Saturday
17
18
jobs:
19
- publish:
+ docker-publish:
20
runs-on: ubuntu-24.04
21
steps:
22
- name: Clone the repository
.github/workflows/release.yml
+ release-publish:
env:
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
0 commit comments