Skip to content

Commit

Permalink
Updated release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsidhwani-nr authored Aug 31, 2023
1 parent d6e2178 commit f16927e
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 @@ -55,9 +55,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=2
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 f16927e

Please sign in to comment.