Skip to content

Commit ff737ef

Browse files
committed
feat: add zizmor and actionlint
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent e600eab commit ff737ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)