Skip to content

Commit

Permalink
update golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
IoTServ committed Jun 16, 2023
1 parent 37d5dc6 commit 6597732
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
aliddns:
runs-on: ubuntu-latest
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
steps:
-
name: Checkout
Expand All @@ -22,10 +24,10 @@ 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
uses: docker/login-action@v2
with:
username: openiothub
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 6597732

Please sign in to comment.