Skip to content

Commit 598f768

Browse files
fix: release (#1118)
1 parent 2860831 commit 598f768

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/release.yml

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
6464
mutableBuild: true,
6565
preBuildSteps: [...actions_SetupGo, ...actions_TestBuild],
6666
},
67+
releaseWorkflowSetupSteps: [...actions_SetupGo, ...actions_TestBuild],
6768
name: 'cdk-sops-secrets',
6869
repositoryUrl: 'https://github.com/dbsystel/cdk-sops-secrets.git',
6970
bundledDeps: ['yaml'],

0 commit comments

Comments
 (0)