fix(snap): remove double env variable (#1131)

This commit is contained in:
Baptiste Augrain 2022-06-16 23:09:25 +02:00 committed by GitHub
parent 2b190dfe51
commit bca4eea470
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,6 +146,4 @@ jobs:
with:
snap: ${{ steps.build.outputs.snap }}
release: stable
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
if: env.SHOULD_DEPLOY == 'yes'