mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:47:29 +00:00
Update release-executables.yml
This commit is contained in:
4
.github/workflows/release-executables.yml
vendored
4
.github/workflows/release-executables.yml
vendored
@@ -79,7 +79,7 @@ jobs:
|
||||
cd ./scripts/pkg-executable
|
||||
|
||||
# Install nocodb version based on provided tag name
|
||||
npm i -E nocodb@$TAG
|
||||
npm i -E nocodb@${{ github.event.inputs.tag || inputs.tag }}
|
||||
|
||||
# install npm dependendencies
|
||||
npm i
|
||||
@@ -237,7 +237,7 @@ jobs:
|
||||
run: |
|
||||
FORMULA_CLASS_STR=$(cat << EOF
|
||||
class Nocodb < Formula
|
||||
desc "Get Human Readable file size information. - CLI"
|
||||
desc "NocoDB : Opensource smart spreadsheet"
|
||||
homepage "https://github.com/nocodb/nocodb"
|
||||
url "https://github.com/nocodb/nocodb/releases/download/${{ github.event.inputs.tag || inputs.tag }}/nocodb.tar.gz"
|
||||
sha256 "${{ steps.compress.outputs.CHECKSUM }}"
|
||||
|
||||
Reference in New Issue
Block a user