Skip to content

Commit

Permalink
ci: clear useless step
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Jun 7, 2023
1 parent 698703c commit 89fd51d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ jobs:

GoReleaser:
name: GoReleaser
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
env:
DOCKER_CLI_EXPERIMENTAL: "enabled"
needs:
Expand All @@ -54,6 +51,12 @@ jobs:
with:
go-version-file: 'go.mod'
cache: true
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: "NumaryBot"
password: ${{ secrets.NUMARY_GITHUB_TOKEN }}
- name: Run GoReleaser
env:
GITHUB_TOKEN: ${{ secrets.NUMARY_GITHUB_TOKEN }}
Expand Down

0 comments on commit 89fd51d

Please sign in to comment.