Skip to content

Commit

Permalink
Bump @bestsellerit/cci-common from 3.3.2 to 3.3.4 (#100)
Browse files Browse the repository at this point in the history
Signed-off-by: Lasse Gaardsholt <[email protected]>
Co-authored-by: dependabot-circleci[bot] <72250566+dependabot-circleci[bot]@users.noreply.github.com>
Co-authored-by: Lasse Gaardsholt <[email protected]>
  • Loading branch information
dependabot-circleci[bot] and Gaardsholt authored Jun 8, 2024
1 parent 9eeca47 commit 4de4b5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
secret-injector: bestsellerit/[email protected]
cci-common: bestsellerit/[email protected].2
cci-common: bestsellerit/[email protected].4

commands:
goreleaser:
Expand All @@ -27,9 +27,9 @@ commands:
command: |
source /tmp/secrets
if [ "<< parameters.release-type >>" = "test" ] ; then
goreleaser release --snapshot --rm-dist
goreleaser release --snapshot --clean
else
goreleaser release --rm-dist
goreleaser release --clean
fi
jobs:
Expand Down
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
version: 2

before:
hooks:
# this is just an example and not a requirement for provider building/publishing
Expand Down Expand Up @@ -57,4 +59,4 @@ release:
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
changelog:
skip: true
disable: true

0 comments on commit 4de4b5a

Please sign in to comment.