Skip to content

Commit

Permalink
Testing Version
Browse files Browse the repository at this point in the history
  • Loading branch information
OmOmofonmwan committed Jun 10, 2024
1 parent 855c8c7 commit 0995d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_poc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ jobs:
- name: Commit & Push
run: |
git add .
git commit -m 'Set next dev version to ${nextDevVersion}'
git push origin HEAD:${BRANCH_NAME}
git commit -m 'Set next dev version to ${{needs.initialization.outputs.SNAPSHOT_VERSION}}'
git push origin HEAD:main
git push --tags origin

0 comments on commit 0995d7d

Please sign in to comment.