Skip to content

Commit d2c8c1a

Browse files
committed
fix typo
1 parent d290a1b commit d2c8c1a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
environment:
1212
type: string
1313
default: DEV
14+
# the release tag automatically created
15+
tag_name:
16+
type: string
1417

1518
jobs:
1619
publish:
@@ -25,7 +28,7 @@ jobs:
2528
- run: make package-amd
2629
- run: make package-arm
2730
# Release the lambda extension and update the github release
28-
- run: deno run --allow-env --allow-read --allow-run scripts/publish.ts --name=pyroscope-lambda-extension --log-level=DEBUG --table-file=release.tmp.md
31+
- run: deno run --allow-env --allow-read --allow-run scripts/publish.ts --name=pyroscope-lambda-extension --log-level=DEBUG --table-file=release.tmp.md --dry-run=false
2932
env:
3033
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
3134
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
@@ -34,6 +37,7 @@ jobs:
3437
uses: tubone24/[email protected]
3538
env:
3639
GITHUB_TOKEN: ${{ github.token }}
40+
TAG_NAME: ${{ inputs.tag_name }}
3741
with:
3842
body_path: release.tmp.md
3943
is_append_body: true

0 commit comments

Comments
 (0)