File tree Expand file tree Collapse file tree 10 files changed +13
-14
lines changed
Expand file tree Collapse file tree 10 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,12 @@ jobs:
2020 - name : Checkout
2121 uses : actions/checkout@v4
2222
23- - name : Get Tag message
24- id : tag-message
23+ - name : Get Release message
2524 if : github.ref_type == 'tag'
2625 run : |
2726 MESSAGE=$(git tag -l --format='%(contents)' "${GITHUB_REF_NAME}")
28- echo "MESSAGE= $MESSAGE"
29- echo "MESSAGE=$MESSAGE" >> $GITHUB_OUTPUT
27+ echo "$MESSAGE" >> release-message.txt
28+ cat release-message.txt
3029 env :
3130 GITHUB_REF_NAME : ${{ github.ref_name }}
3231
8079 if : github.ref_type == 'tag'
8180 uses : softprops/action-gh-release@v2
8281 with :
83- body : ${{ steps.tag -message.outputs.MESSAGE }}
82+ body_path : release -message.txt
8483 env :
8584 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " @storybooker/aws" ,
3- "version" : " 0.19.3-pre.1 " ,
3+ "version" : " 0.19.3-pre.2 " ,
44 "type" : " module" ,
55 "description" : " StoryBooker Adapter for interacting with AWS services." ,
66 "author" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @storybooker/azure" ,
3- "version" : " 0.19.3-pre.1 " ,
3+ "version" : " 0.19.3-pre.2 " ,
44 "type" : " module" ,
55 "description" : " StoryBooker Adapter for interacting with Azure services." ,
66 "author" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " storybooker" ,
3- "version" : " 0.19.3-pre.1 " ,
3+ "version" : " 0.19.3-pre.2 " ,
44 "type" : " module" ,
55 "bin" : " ./dist/index.js" ,
66 "description" : " Storybooker CLI for uploading builds and files." ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/denoland/deno/main/cli/schemas/config-file.v1.json" ,
33 "name" : " @storybooker/core" ,
4- "version" : " 0.19.3-pre.1 " ,
4+ "version" : " 0.19.3-pre.2 " ,
55 "license" : " MIT" ,
66 "publish" : {
77 "include" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @storybooker/core" ,
3- "version" : " 0.19.3-pre.1 " ,
3+ "version" : " 0.19.3-pre.2 " ,
44 "type" : " module" ,
55 "description" : " Storybooker platform agnostic router core." ,
66 "author" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @storybooker/gcp" ,
3- "version" : " 0.19.3-pre.1 " ,
3+ "version" : " 0.19.3-pre.2 " ,
44 "type" : " module" ,
55 "description" : " StoryBooker Adapter for interacting with GCP services." ,
66 "author" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @storybooker/redis" ,
3- "version" : " 0.19.3-pre.1 " ,
3+ "version" : " 0.19.3-pre.2 " ,
44 "type" : " module" ,
55 "description" : " StoryBooker Adapter for interacting with Redis services." ,
66 "author" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @storybooker/sql" ,
3- "version" : " 0.19.3-pre.1 " ,
3+ "version" : " 0.19.3-pre.2 " ,
44 "type" : " module" ,
55 "description" : " StoryBooker Adapter for interacting with SQL services." ,
66 "author" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @storybooker/ui" ,
3- "version" : " 0.19.3-pre.1 " ,
3+ "version" : " 0.19.3-pre.2 " ,
44 "type" : " module" ,
55 "description" : " Basic UI for Storybooker app" ,
66 "author" : {
You can’t perform that action at this time.
0 commit comments