fix action-automatic-releases warning
This commit is contained in:
parent
8f1beb7d7f
commit
c851356116
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user