mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
removing commented out code
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user