Skip to content

Commit dfd9fe7

Browse files
fix: remove stray fi from Push Release Tag step in github-release.yml (#219)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 11f2fa4 commit dfd9fe7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/github-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
git config --global user.email "github-actions[bot]@users.noreply.github.com"
4949
git tag v${{ env.PACKAGE_VERSION }}
5050
git push origin v${{ env.PACKAGE_VERSION }}
51-
fi
5251
5352
- name: GitHub Release
5453
env:

0 commit comments

Comments
 (0)