Skip to content

Commit

Permalink
fix: adjust GoReleaser skip-publish command (#5545)
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 authored Jun 6, 2024
1 parent a00c90d commit 8f3621f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
with:
distribution: goreleaser-pro
version: latest
args: release -f ${{ matrix.path }} --skip-publish
args: release -f ${{ matrix.path }} --skip=publish
env:
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
ANALYTICS_TRACKING_ID: "${{secrets.TESTKUBE_CLI_GA_MEASUREMENT_ID}}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
with:
distribution: goreleaser-pro
version: latest
args: release -f ${{ matrix.path }} --skip-publish
args: release -f ${{ matrix.path }} --skip=publish
env:
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
ANALYTICS_TRACKING_ID: "${{secrets.TESTKUBE_CLI_GA_MEASUREMENT_ID}}"
Expand Down

0 comments on commit 8f3621f

Please sign in to comment.