Skip to content

Commit

Permalink
ci: correct typo in uses: to fix publish-quickgui workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Jun 28, 2024
1 parent bdb72e3 commit 0a512da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-quickgui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
with:
ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}"
- uses: "DeterminateSystems/nix-installer-action@v12"
- uses: "DeterminateSystems/magic-nix-cache-actionv7"
- uses: "DeterminateSystems/magic-nix-cache-action@v7"
- uses: "DeterminateSystems/flakehub-push@v4"
with:
visibility: "public"
Expand Down

0 comments on commit 0a512da

Please sign in to comment.