File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
if : steps.bun-version.outputs.latest != steps.bun-version.outputs.current
40
40
run : |
41
41
sam build
42
- sam deploy --no-execute -changeset --parameter-overrides "BunVersion=${{ steps.bun-version.outputs.latest }}"
42
+ sam deploy --stack-name bun-runtime -- no-confirm-changeset --no-fail-on-empty -changeset --parameter-overrides "BunVersion=${{ steps.bun-version.outputs.latest }}"
43
43
44
44
- name : Update version file
45
45
if : success() && steps.bun-version.outputs.latest != steps.bun-version.outputs.current
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ Resources:
38
38
39
39
Outputs :
40
40
BunLayerArm64 :
41
- Description : Bun runtime (ARM64)
41
+ Description : !Sub " Bun runtime v${BunVersion} (ARM64)"
42
42
Value : !Ref BunLayerArm64
43
43
Export :
44
44
Name : BunLayerArm64
45
45
46
46
BunLayerX64 :
47
- Description : Bun runtime (x64)
47
+ Description : !Sub " Bun runtime v${BunVersion} (x64)"
48
48
Value : !Ref BunLayerX64
49
49
Export :
50
50
Name : BunLayerX64
You can’t perform that action at this time.
0 commit comments