Skip to content

Commit

Permalink
chore: reorder steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jevonearth committed Jun 30, 2022
1 parent 9554f8d commit 0359671
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,17 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: setup release environment
run: |-
echo 'GITHUB_TOKEN=${{secrets.GH_PAT}}' > .release-env
- name: Docker Login to ghcr.io
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_PAT }}

- name: setup release environment
run: |-
echo 'GITHUB_TOKEN=${{secrets.GH_PAT}}' > .release-env
- name: Run GoReleaser
run: make release

0 comments on commit 0359671

Please sign in to comment.