Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Kennedy <colek42@gmail.com>
  • Loading branch information
colek42 authored Aug 25, 2023
1 parent cad3d3d commit 5c88d16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: go install github.com/goreleaser/goreleaser@v1.17.1

- name: Run GoReleaser
uses: testifysec/witness-run-action@v0.1.2
uses: testifysec/witness-run-action@v0.1.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
echo "${AUTH_TOKEN}" | ko login ghcr.io --username dummy --password-stdin
- name: Build Server
uses: testifysec/witness-run-action@v0.1.2
uses: testifysec/witness-run-action@v0.1.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
echo "${AUTH_TOKEN}" | ko login ghcr.io --username dummy --password-stdin
- name: Build Harvestor
uses: testifysec/witness-run-action@v0.1.2
uses: testifysec/witness-run-action@v0.1.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}
Expand Down

0 comments on commit 5c88d16

Please sign in to comment.