mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-02 12:52:18 +00:00
Changes
This commit is contained in:
parent
cc346b7dc8
commit
07c205fdd7
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -87,11 +87,13 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.event.inputs.version }}
|
||||
release_name: v${{ steps.versions.outputs.version }}
|
||||
release_name: v${{ github.event.inputs.version }}
|
||||
body: |
|
||||
Release Notes
|
||||
draft: false
|
||||
prerelease: false
|
||||
- name: file
|
||||
run: ls $MACOS_APP_RELEASE_PATH
|
||||
- name: Upload Release Asset
|
||||
id: upload-release-asset
|
||||
uses: actions/upload-release-asset@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue