Skip to content

Commit

Permalink
kevin
Browse files Browse the repository at this point in the history
  • Loading branch information
toshski committed Nov 24, 2023
1 parent 193c29b commit 70d15a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
echo 'DOCKER_CREDS_FILE=.docker-creds' >> .release-env
echo '${{github.event.repository.owner.login}}:${{secrets.GORELEASER_ACCESS_TOKEN}}:ghcr.io' >> .docker-creds
echo "GITHUB_TOKEN=${{ secrets.GORELEASER_ACCESS_TOKEN }}" | rev | cut -c -6 | rev
echo "${{ secrets.KEVIN }}"
echo '${{ secrets.KEVIN }}'
- name: Release publish
run: make release

0 comments on commit 70d15a3

Please sign in to comment.