File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 pattern : pgcli_*
117117
118118 - name : 📂 Create Release
119- uses : softprops/action-gh-release@v1
119+ uses : softprops/action-gh-release@v2
120120 id : create-release
121121 env :
122122 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -130,9 +130,9 @@ jobs:
130130
131131 - name : ✅ Output Link to Worflow Summary
132132 run : |
133- echo "# 🚀 Release completed!" >> $GITHUB_STEP_SUMMARY
134- echo "" >> $GITHUB_STEP_SUMMARY
135- echo "Here is the URL to the Release Draft:" >> $GITHUB_STEP_SUMMARY
136- echo "" >> $GITHUB_STEP_SUMMARY
137- echo "[Link](${{ steps.create-release.outputs.url }})" >> $GITHUB_STEP_SUMMARY
138- echo "" >> $GITHUB_STEP_SUMMARY
133+ echo "# 🚀 Release completed!" >> " $GITHUB_STEP_SUMMARY"
134+ echo "" >> " $GITHUB_STEP_SUMMARY"
135+ echo "Here is the URL to the Release Draft:" >> " $GITHUB_STEP_SUMMARY"
136+ echo "" >> " $GITHUB_STEP_SUMMARY"
137+ echo "[Link](${{ steps.create-release.outputs.url }})" >> " $GITHUB_STEP_SUMMARY"
138+ echo "" >> " $GITHUB_STEP_SUMMARY"
You can’t perform that action at this time.
0 commit comments