Skip to content

Commit

Permalink
fix action-automatic-releases warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Garux committed May 27, 2024
1 parent 8f1beb7 commit c851356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
# note: dir/* doesn't match .bla (hidden) file in linux under dir/ but matches in subfolders

- name: Create latest build
uses: marvinpinto/action-automatic-releases@latest
uses: czietz/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: "latest"
Expand Down

0 comments on commit c851356

Please sign in to comment.