Skip to content

Commit

Permalink
Update sync-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NanuIjaz authored Jan 30, 2024
1 parent ac1ebb2 commit 6eb32af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "${RELEASE_TAG}"
- name: Create release in forked repository
run: |
if [ -n "${RELEASE_TAG}" ]; then
if [ -n "$RELEASE_TAG" ]; then
git tag -a "${RELEASE_TAG}" -m "Release notes for ${RELEASE_TAG|"
git push origin "${RELEASE_TAG}"
else
Expand Down

0 comments on commit 6eb32af

Please sign in to comment.