Skip to content

Commit

Permalink
snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
matteriot committed Sep 19, 2023
1 parent 15086b5 commit a199bee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
server-go:
runs-on: ubuntu-latest
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
steps:
-
name: Checkout
Expand All @@ -22,7 +24,7 @@ jobs:
- name: Install Snapcraft
run: |
sudo snap install snapcraft --classic
echo ${{ secrets.SNAPCRAFT_TOKEN }} | snapcraft login --with -
# echo ${{ secrets.SNAPCRAFT_TOKEN }} | snapcraft login --with -
-
name: Login to Docker Hub
uses: docker/login-action@v1
Expand Down

0 comments on commit a199bee

Please sign in to comment.