mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Attempt to make make GitHub Actions work
This commit is contained in:
parent
95b4ecf5dd
commit
0415e28eae
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -31,8 +31,8 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
with:
|
||||
tag_name: steps.release_info.outputs.VERSION
|
||||
release_name: steps.release_info.outputs.VERSION
|
||||
tag_name: ${{ steps.release_info.outputs.VERSION }}
|
||||
release_name: ${{ steps.release_info.outputs.VERSION }}
|
||||
draft: true
|
||||
prerelease: true
|
||||
- name: Build all packages
|
||||
|
|
|
|||
Loading…
Reference in a new issue