Skip to content

Commit

Permalink
Revert tag commit (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid authored Dec 18, 2024
1 parent f8a0256 commit c6a7949
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/release-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,24 +103,6 @@ jobs:
- name: Create artifacts zip
run: |
zip -r kotlin-artifacts.zip yttrium/
- name: Create Git Tag
env:
VERSION: ${{ env.VERSION }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Ensure we're on the latest commit
git fetch origin $TARGET_BRANCH
# Get the latest commit hash
COMMIT_HASH=$(git rev-parse HEAD)
echo "Tagging commit ${COMMIT_HASH} with version ${VERSION}"
# Create an annotated tag on the latest commit
git tag -a "${VERSION}" -m "Release version ${VERSION}" "${COMMIT_HASH}"
# Push the tag to the repository
git push origin "${VERSION}"
- name: Create Release
id: create_release
Expand Down

0 comments on commit c6a7949

Please sign in to comment.