We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ebe3e commit 8950b86Copy full SHA for 8950b86
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
path: src/Blake.CLI/Blake.CLI.csproj
86
steps:
87
- name: Publish
88
- uses: owner/repo/.github/workflows/reusable-publish.yml@main
+ uses: ./.github/workflows/reusable-publish.yml
89
with:
90
project_path: ${{ matrix.project.path }}
91
version: ${{ needs.generate-version.outputs.new_version }}
0 commit comments