Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsidhwani-nr authored Aug 1, 2023
1 parent 13a3651 commit 0738858
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
- name: Set release version
id: set_release_version
run: |
major_version=1
minor_version=0
patch_revision=1
major_version=2
minor_version=1
patch_revision=0
# Retrieve the latest release tag
latest_tag=$(git describe --abbrev=0 --tags 2>/dev/null) || true
Expand Down

0 comments on commit 0738858

Please sign in to comment.