Skip to content

Commit

Permalink
Stop using deprecated --skip-publish command (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech authored Jul 7, 2024
1 parent e3bb0de commit a8964d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ commands:
parameters:
dry-run:
description: |
Basically runs `goreleaser --snapshot --skip-publish --clean` for
Basically runs `goreleaser --snapshot --skip=publish --clean` for
you when true.
type: boolean
default: false
Expand All @@ -91,7 +91,7 @@ commands:
- when:
condition: <<parameters.dry-run>>
steps:
- run: goreleaser --snapshot --skip-publish --clean --config=<< parameters.config >>
- run: goreleaser --snapshot --skip=publish --clean --config=<< parameters.config >>
- unless:
condition: <<parameters.dry-run>>
steps:
Expand All @@ -108,7 +108,7 @@ jobs:
type: string
dry-run:
description: |
Basically runs `goreleaser --snapshot --skip-publish --clean` for
Basically runs `goreleaser --snapshot --skip=publish --clean` for
you when true.
type: boolean
default: false
Expand Down

0 comments on commit a8964d7

Please sign in to comment.