remove snapcraft.login after we've logged in

This commit is contained in:
Jesse Duffield 2019-07-05 20:31:41 +10:00
parent 3087f86b2d
commit 319b026c26

View file

@ -55,6 +55,7 @@ jobs:
command: |
echo $SNAPCRAFT_LOGIN_FILE | base64 --decode --ignore-garbage > snapcraft.login
snapcraft login --with snapcraft.login
rm snapcraft.login
- run:
name: Run gorelease
command: |