Skip to content

Commit

Permalink
chore: fix snap login for release (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux committed Feb 15, 2023
1 parent 479486e commit d2f9254
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ jobs:
SNAPCRAFT_BUILD_ENVIRONMENT: host
- name: Publish Snapcraft
run: |
echo "$SNAP_TOKEN" | snapcraft login --with -
snapcraft upload --release=edge release/*.snap
env:
SNAP_TOKEN: ${{secrets.SNAP_TOKEN}}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
SNAPCRAFT_BUILD_ENVIRONMENT: host
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit d2f9254

Please sign in to comment.