Skip to content

Commit

Permalink
fix(ci): remove unused snap (#939)
Browse files Browse the repository at this point in the history
snap login started to fail.
  • Loading branch information
ilgooz authored Apr 1, 2021
1 parent 88c0c0c commit d5169fa
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,12 @@ jobs:
with:
node-version: 14

- name: Set up Snapcraft
run: |
sudo apt-get update && sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
- name: Checkout
uses: actions/checkout@v2
with:
path: ${{ env.working-directory }}
fetch-depth: 0

- name: Snapcraft Login
env:
SNAPCRAFT_LOGIN: ${{ secrets.SNAPCRAFT_LOGIN }}
run: |
snapcraft login --with <(echo "$SNAPCRAFT_LOGIN")
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit d5169fa

Please sign in to comment.