Skip to content

Commit

Permalink
fix release stage
Browse files Browse the repository at this point in the history
correcting semantic version passing.
  • Loading branch information
ChrisPates committed Dec 12, 2022
1 parent de3b70e commit 8c6875b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions cicd/cloudformation/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ Resources:
Configuration:
ProjectName: !Ref CodeBuildRelease
PrimarySource: Source
EnvironmentVariables: '[{"name":"AppVersion","value":"#{Git.Tag}","type":"PLAINTEXT"}]'
OutputArtifacts:
- Name: Release
InputArtifacts:
Expand Down
2 changes: 1 addition & 1 deletion cicd/release/public/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ phases:
build:
commands:
# Package our application with AWS SAM
- sam publish --template packaged.yaml
- sam publish --template packaged.yaml --semantic-version ${AppVersion}

0 comments on commit 8c6875b

Please sign in to comment.