diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5dcd484..5cd323f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -98,5 +98,5 @@ jobs: trigger_release: name: "Trigger release" needs: build_package - uses: ${{ github.repository }}/.github/workflows/release.yml@main + uses: "${{ github.repository }}/.github/workflows/release.yml@main" secrets: inherit \ No newline at end of file