Browse Source

Update release-executables.yml

pull/2498/head
Pranav C 2 years ago committed by GitHub
parent
commit
4f87284a8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/release-executables.yml

4
.github/workflows/release-executables.yml

@ -79,7 +79,7 @@ jobs:
cd ./scripts/pkg-executable cd ./scripts/pkg-executable
# Install nocodb version based on provided tag name # 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 # install npm dependendencies
npm i npm i
@ -237,7 +237,7 @@ jobs:
run: | run: |
FORMULA_CLASS_STR=$(cat << EOF FORMULA_CLASS_STR=$(cat << EOF
class Nocodb < Formula class Nocodb < Formula
desc "Get Human Readable file size information. - CLI" desc "NocoDB : Opensource smart spreadsheet"
homepage "https://github.com/nocodb/nocodb" homepage "https://github.com/nocodb/nocodb"
url "https://github.com/nocodb/nocodb/releases/download/${{ github.event.inputs.tag || inputs.tag }}/nocodb.tar.gz" url "https://github.com/nocodb/nocodb/releases/download/${{ github.event.inputs.tag || inputs.tag }}/nocodb.tar.gz"
sha256 "${{ steps.compress.outputs.CHECKSUM }}" sha256 "${{ steps.compress.outputs.CHECKSUM }}"

Loading…
Cancel
Save