Skip to content

Commit

Permalink
Nightly release job workflow path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil-Grigorev authored Dec 17, 2024
1 parent 1f0517e commit f3f9e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
password: GITHUB_TOKEN
image: GHCR_IMAGE
secret_registry: false
uses: ./.github/workflows/release-workflow.yml
uses: ./.github/workflows/release.yml
with:
password: ${{ matrix.password }}
username: ${{ matrix.username }}
Expand Down

0 comments on commit f3f9e01

Please sign in to comment.