Skip to content

Commit

Permalink
Merge pull request #7663 from eksctl-io/fix-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiang-zhang authored Mar 15, 2024
2 parents 4eb2b39 + d3c6eaf commit 3c1a5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 #v5.0.0
with:
version: v1.24.0
args: release --clean --timeout 60m --skip=validate --config=.github/.goreleaser.yaml --release-notes="${{env.RELEASE_NOTES_FILE}}"
args: release --clean --timeout 60m --skip=validate --config=.github/.goreleaser.yml --release-notes="${{env.RELEASE_NOTES_FILE}}"
env:
GITHUB_TOKEN: ${{ secrets.customToken }}
PRE_RELEASE_ID: ${{steps.vars.outputs.PRE_RELEASE_ID}}
Expand Down

0 comments on commit 3c1a5c4

Please sign in to comment.