mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:15:58 +00:00
Update release-executables.yml
provide tag_name under Github upload action step
This commit is contained in:
2
.github/workflows/release-executables.yml
vendored
2
.github/workflows/release-executables.yml
vendored
@@ -102,6 +102,7 @@ jobs:
|
||||
- name: Upload executables to asset
|
||||
id: upload-release-asset
|
||||
uses: softprops/action-gh-release@v1
|
||||
tag_name: ${{ github.event.inputs.tag || inputs.tag }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
@@ -170,6 +171,7 @@ jobs:
|
||||
uses: softprops/action-gh-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag_name: ${{ github.event.inputs.tag || inputs.tag }}
|
||||
with:
|
||||
files: |
|
||||
./scripts/pkg-executable/mac-dist/Noco-macos-x64
|
||||
|
||||
Reference in New Issue
Block a user