Skip to content

Commit 6527d4f

Browse files
committed
ci: test but don't release using GHA
1 parent 1ae2bbe commit 6527d4f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.copier-answers.ssf-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ _src_path: https://github.com/dafyddj/copier-ssf-ci
44
failure_permitted_ignored: []
55
failure_permitted_patterns: []
66
formula_name: vault
7-
release_style: standard
8-
release_using_gha: true
7+
release_using_gha: false
98
renovate_extend_presets:
109
- github>saltstack-formulas/.github
1110
- github>saltstack-formulas/.github:copier
@@ -21,3 +20,4 @@ supported_oses:
2120
- Oracle Linux
2221
- Rocky Linux
2322
- Ubuntu
23+
test_using_gha: true

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,5 @@ jobs:
125125
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
126126
MAINTAINER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
127127
run: |
128-
semantic-release
128+
semantic-release --dry-run
129129
- run: echo "::notice ::Workflow success!"

release.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ const releaseRules = [
2727
]
2828

2929
const config = {
30+
// TODO: remove this when we no longer process releases on GitLab CI
31+
repositoryUrl: 'https://github.com/saltstack-formulas/vault-formula',
3032
plugins: [
3133
['@semantic-release/commit-analyzer', { releaseRules }],
3234
'@semantic-release/release-notes-generator',

0 commit comments

Comments
 (0)