Skip to content

Commit

Permalink
Fix file extension yml -> yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaioru committed Oct 13, 2023
1 parent ca9897f commit b756a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
needs: [setup, versioning]
if: ${{ needs.setup.outputs.should_run != 'false' }}

uses: ./.github/workflows/publish.yml
uses: ./.github/workflows/publish.yaml
with:
version: ${{ needs.versioning.outputs.version }}
tag: latest
Expand Down

0 comments on commit b756a26

Please sign in to comment.