Skip to content

Commit

Permalink
ci(gorelease): fix github action workflow (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhuizuo authored Aug 12, 2022
1 parent 69d4ca0 commit c1a2975
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.18
run: go version
- name: Login to Docker Registry
run: |
echo "${{ secrets.DOCKER_TOKEN }}" | \
Expand Down

0 comments on commit c1a2975

Please sign in to comment.