Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/RainLoop/rainloop-webmail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainLoop Team <support@rainloop.net>2021-01-16 23:04:12 +0300
committerRainLoop Team <support@rainloop.net>2021-01-16 23:04:12 +0300
commitc519184f3e84b38f18b901dfae0af834695e6a3e (patch)
tree84b6532bd6c9c3917e41c52a3023a192c42f27f5 /.github
parent5e3bce77786632e49df376458514bf9bcced319d (diff)
release 1.15.0v1.15.0
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/builder.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml
index b65fd91ad..1fdc4a80d 100644
--- a/.github/workflows/builder.yml
+++ b/.github/workflows/builder.yml
@@ -41,12 +41,6 @@ jobs:
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
- # mkdir -p ~/.gnupg/
- # chown -R $(whoami) ~/.gnupg/
- # echo "$GPG_SIGNING_KEY" > ~/.gnupg/private.key
- # find ~/.gnupg -type f -exec chmod 600 {} \;
- # find ~/.gnupg -type d -exec chmod 700 {} \;
- # gpg --batch --import ~/.gnupg/private.key
- name: Create Release
id: create_release