mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Attempt to make make GitHub Actions work
This commit is contained in:
parent
28590e019d
commit
25bf99834f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -35,8 +35,8 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
with:
|
||||
tag_name: ${{ steps.release_info.outputs.TAG }}
|
||||
release_name: ${{ steps.release_info.outputs.TAG }}
|
||||
tag_name: $VERSION
|
||||
release_name: $VERSION
|
||||
draft: true
|
||||
- name: Upload Chromium package
|
||||
uses: actions/upload-release-asset@v1
|
||||
|
|
Loading…
Reference in a new issue