We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3319f8a commit 3b6428fCopy full SHA for 3b6428f
.github/workflows/release-size-info.yml
@@ -8,6 +8,8 @@ on:
8
version:
9
description: Which version to add size info for
10
required: false
11
+ # WIP to try it??
12
+ push:
13
14
# This workflow is triggered when a release is published
15
# It fetches the size-limit info from the release branch and adds it to the release
@@ -28,7 +30,7 @@ jobs:
28
30
29
31
- name: Get version
32
id: get_version
- 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
34
35
- name: Update Github Release
36
if: steps.get_version.outputs.version != ''
0 commit comments