Skip to content

Commit

Permalink
Merge pull request #59 from F5Networks/devel_30072024
Browse files Browse the repository at this point in the history
fix release yaml
  • Loading branch information
RavinderReddyF5 authored Jul 30, 2024
2 parents 6535c01 + 41f5a41 commit 61e2986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
args: release --rm-dist
args: release
env:
# GitHub sets the GITHUB_TOKEN secret automatically.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 comments on commit 61e2986

Please sign in to comment.