Skip to content

Commit

Permalink
Update CD pipeline to remove unnecessary step for getting version fro…
Browse files Browse the repository at this point in the history
…m tag
  • Loading branch information
hootanht committed Sep 12, 2024
1 parent ec6398b commit 58a96dd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@ jobs:
- name: Fetch tags
run: git fetch --tags

# Get the version tag from the latest tag
- name: Get version from tag
id: get_version
run: |
$VERSION = git describe --tags --abbrev=0 --always
echo "VERSION=$VERSION" >> $env:GITHUB_ENV
# Fetch changes from the previous version
- name: Fetch changes from previous version
id: fetch_changes
Expand Down

0 comments on commit 58a96dd

Please sign in to comment.