Skip to content

Commit

Permalink
Set snapcraft --experimental-login to false (#151).
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Apr 6, 2021
1 parent 0d937d1 commit 26ee606
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,17 @@ jobs:
env:
SNAPCRAFT_LOGIN: ${{ secrets.snapcraft_token }}
run: |
snapcraft login --with <(echo "$SNAPCRAFT_LOGIN")
snapcraft login --with <(echo "$SNAPCRAFT_LOGIN") --experimental-login=false
-
name: Dockerhub Login
run: |
echo '${{ secrets.DOCKER_PASSWORD }}' | docker login --username '${{ secrets.DOCKER_USERNAME }}' --password-stdin
-
name: libssl1.1 => libssl1.0-dev for OSXCross
run: |
echo 'deb http://security.ubuntu.com/ubuntu bionic-security main' >> /etc/apt/sources.list
sudo apt update && apt-cache policy libssl1.0-dev
sudo apt-get install libssl1.0-dev
-
name: OSXCross for CGO Support
run: |
Expand Down

0 comments on commit 26ee606

Please sign in to comment.