We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5a254 commit a8f4591Copy full SHA for a8f4591
.circleci/config.yml
@@ -101,6 +101,9 @@ jobs:
101
<<: *defaults
102
steps:
103
- checkout
104
+ - add_ssh_keys:
105
+ fingerprints:
106
+ - SHA256:8/K40kKZXhfGUPDuibC3fluK0DaJq8dLX2+JqS16o78
107
- run: |-
108
go install github.com/caarlos0/svu@latest
109
export VERSION=$(svu next)
@@ -117,7 +120,7 @@ jobs:
117
120
git add internal/cmd/cmd.go gomod2nix.toml
118
121
git commit -m "chore: prepare release ${VERSION}"
119
122
git tag ${VERSION}
- git push -q https://${GH_TOKEN}@github.com/snyk/vervet.git main --tags
123
+ git push main --tags --atomic
124
fi
125
126
release:
@@ -201,7 +204,6 @@ workflows:
201
204
202
205
- prepare-release:
203
206
name: Prepare Release
- context: nodejs-app-release
207
requires:
208
- Test
209
- Security Scans
0 commit comments