File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2727 with :
2828 fetch-depth : 1
2929 clean : false
30+ ref : master
3031
3132 - name : Setup Bun
3233 uses : oven-sh/setup-bun@v2
Original file line number Diff line number Diff line change @@ -32,12 +32,13 @@ jobs:
3232 id : package-version
3333 run : |
3434 version=${{ inputs.daisyuiversion }}
35- echo version=$version >> $GITHUB_OUTPUT
35+ echo " version=$version" >> $GITHUB_OUTPUT
3636 if [[ $version =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
37- echo $version is a stable version
38- echo is-stable=true >> $GITHUB_OUTPUT
37+ echo " $version is a stable version"
38+ echo " is-stable=true" >> $GITHUB_OUTPUT
3939 else
40- echo $version is not a stable version
40+ echo "$version is not a stable version"
41+ echo "is-stable=false" >> $GITHUB_OUTPUT
4142 fi
4243
4344 - name : Add release notes to GitHub
You can’t perform that action at this time.
0 commit comments