fix action-automatic-releases warning
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user