File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,18 +42,18 @@ jobs:
4242 run : |
4343 # Extract the branch name (e.g. release/v1.2.3[-meta])
4444 ref=${GITHUB_REF#refs/heads/}
45- echo "RELEASE_BRANCH=$ref" >> $GITHUB_ENV
45+ echo "RELEASE_BRANCH=$ref" >> " $GITHUB_ENV"
4646 # Also export a RELEASE_TAG by removing the `release/` prefix (keeps leading 'v')
4747 tag=${ref#release/}
48- echo "RELEASE_TAG=$tag" >> $GITHUB_ENV
48+ echo "RELEASE_TAG=$tag" >> " $GITHUB_ENV"
4949 shell : bash
5050
5151 - name : Create draft release
5252 run : |
5353 gh release create "${RELEASE_TAG}" \
5454 --title "${RELEASE_TAG}" \
5555 --draft \
56- --notes "# <img src="https://github.com/gitify-app/gitify/blob/3554605d32a6c08a3d4ec17b02b90e2dd276a152/assets/images/tray-active%402x.png" /> Gitify ${RELEASE_TAG}" \
56+ --notes "# <img src=\ "https://github.com/gitify-app/gitify/blob/3554605d32a6c08a3d4ec17b02b90e2dd276a152/assets/images/tray-active%402x.png\ " /> Gitify ${RELEASE_TAG}" \
5757 --generate-notes
5858 env :
5959 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments