From 40c9e1b70b6a2a9f1e1891e742a21df4dde6edc2 Mon Sep 17 00:00:00 2001 From: The-Hidden-Hand <45569116+The-Hidden-Hand@users.noreply.github.com> Date: Wed, 9 Jun 2021 13:13:08 +0000 Subject: [PATCH] Hotfix workflows --- .github/workflows/master.yml | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 036abb587..f8ae2dc81 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -11,8 +11,6 @@ jobs: steps: - name: Check out Git repository uses: actions/checkout@v2 - with: - fetch-depth: '0' - name: Install Node.js, NPM and Yarn uses: actions/cache@v1 @@ -51,6 +49,11 @@ jobs: - name: Publish to Iceland server run: | ${{ secrets.DEPLOY_COMMAND }} webclient-master + + - name: Check out Git repository + uses: actions/checkout@v2 + with: + fetch-depth: '0' - uses: pixta-dev/repository-mirroring-action@v1 with: diff --git a/package.json b/package.json index 4d5f39635..f1560def6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ctemplar", - "version": "2.5.28", + "version": "2.5.30", "license": "Apache", "main": "electron-main.js", "description": "Angular webclient (with Linux, macOS and Windows desktop clients) for CTemplar's encrypted email service.",