Skip to content

Commit

Permalink
change variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev committed Dec 9, 2024
1 parent cba56c9 commit 94718fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Merge Main into Develop
run: |
git config user.name "$GITHUB_ACTOR"
git config user.name "$GITHUB_USER"
git config user.email "<>"
git checkout ${{ inputs.develop_branch }}
git fetch origin ${{ inputs.base_branch }}
Expand All @@ -112,7 +112,7 @@ jobs:
- name: Update Package Version for Next Development Cycle
run: |
git config user.name "$GITHUB_ACTOR"
git config user.name "$GITHUB_USER"
git config user.email "<>"
CURRENT_VERSION=$(jq -r '.version' package.json)
NEW_VERSION=$(echo "$CURRENT_VERSION" | awk -F. -v OFS=. '{$NF += 1 ; print $0"-SNAPSHOT"}')
Expand Down

0 comments on commit 94718fd

Please sign in to comment.