|
|
@ -62,6 +62,10 @@ jobs: |
|
|
|
./make.sh |
|
|
|
./make.sh |
|
|
|
sudo cp ./ldid /usr/local/bin |
|
|
|
sudo cp ./ldid /usr/local/bin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- uses: actions/setup-node@v3 |
|
|
|
|
|
|
|
with: |
|
|
|
|
|
|
|
node-version: 16 |
|
|
|
|
|
|
|
|
|
|
|
- name: Update nocodb-timely |
|
|
|
- name: Update nocodb-timely |
|
|
|
env: |
|
|
|
env: |
|
|
|
TAG: ${{ github.event.inputs.tag || inputs.tag }} |
|
|
|
TAG: ${{ github.event.inputs.tag || inputs.tag }} |
|
|
@ -75,11 +79,6 @@ jobs: |
|
|
|
git tag $TAG |
|
|
|
git tag $TAG |
|
|
|
git push --tags |
|
|
|
git push --tags |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- uses: actions/setup-node@v3 |
|
|
|
|
|
|
|
with: |
|
|
|
|
|
|
|
node-version: 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name : Install dependencies and build executables |
|
|
|
- name : Install dependencies and build executables |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
# install npm dependendencies |
|
|
|
# install npm dependendencies |
|
|
|