removing commented out code

This commit is contained in:
Joseph Flinn 2021-01-22 04:55:28 +00:00
parent a1559faefb
commit 6b0c4114f7
1 changed files with 3 additions and 3 deletions

View File

@ -71,9 +71,9 @@ jobs:
- name: Set up snap
run: |
sudo snap install snapcraft --classic
# echo "$SNAP_TOKEN" | snapcraft login --with -
#env:
# SNAP_TOKEN: ${{ secrets.SNAP_TOKEN }}
echo "$SNAP_TOKEN" | snapcraft login --with -
env:
SNAP_TOKEN: ${{ secrets.SNAP_TOKEN }}
- name: Print environment
run: |