File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1111 environment :
1212 type : string
1313 default : DEV
14+ # the release tag automatically created
15+ tag_name :
16+ type : string
1417
1518jobs :
1619 publish :
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 }}
34373538 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
You can’t perform that action at this time.
0 commit comments