Skip to content

Commit

Permalink
chore: fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kmruiz committed May 8, 2024
1 parent dec859e commit 7d3313f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
git add .
git commit --no-verify -m "Commit to hold release ${RELEASE_TAG}"
git tag ${RELEASE_TAG}
git push origin ${RELEASE_TAG}
GIT_HASH=$(git rev-parse HEAD)
Expand All @@ -113,7 +114,7 @@ jobs:
gh release create "${RELEASE_TAG}" \
--title "${RELEASE_TAG}" \
--notes "${CHANGELOG}" \
--target ${GIT_HASH} \
--target ${RELEASE_TAG} \
--draft \
packages/jetbrains-plugin/build/distributions/jetbrains-plugin.zip

0 comments on commit 7d3313f

Please sign in to comment.