Skip to content

Commit 3b6428f

Browse files
committed
WIP try release action size limit
1 parent 3319f8a commit 3b6428f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-size-info.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
version:
99
description: Which version to add size info for
1010
required: false
11+
# WIP to try it??
12+
push:
1113

1214
# This workflow is triggered when a release is published
1315
# It fetches the size-limit info from the release branch and adds it to the release
@@ -28,7 +30,7 @@ jobs:
2830

2931
- name: Get version
3032
id: get_version
31-
run: echo "version=${{ github.event.inputs.version || steps.head_version.outputs.match }}" >> $GITHUB_OUTPUT
33+
run: echo "version=${{ github.event.inputs.version || steps.head_version.outputs.match || '7.37.2' }}" >> $GITHUB_OUTPUT
3234

3335
- name: Update Github Release
3436
if: steps.get_version.outputs.version != ''

0 commit comments

Comments
 (0)