Skip to content

Commit

Permalink
fixing integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsRC committed May 19, 2024
1 parent 2ef0a04 commit 7e32098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
experimental: true
- name: 'Login to GitHub Container Registry'
uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
with:
registry: ghcr.io
username: ${{github.actor}}
Expand All @@ -38,7 +38,7 @@ jobs:
name: Run GoReleaser
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5
with:
args: release --clean
args: release --snapshot --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run integration check
Expand Down

0 comments on commit 7e32098

Please sign in to comment.