Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
Hotfix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Hidden-Hand committed Jun 9, 2021
1 parent 2d2fd23 commit 40c9e1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/master.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion 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.",
Expand Down

0 comments on commit 40c9e1b

Please sign in to comment.