Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
OmOmofonmwan committed Jun 12, 2024
1 parent 656fc85 commit 944e23a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_version_poc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,13 @@ jobs:
echo "NEXT_SNAPSHOT_VERSION=${{needs.get_version.outputs._MAJOR}}.${{env.NEW_VERSION_NUMBER}}.0" >> $GITHUB_ENV
else
echo "NEXT_SNAPSHOT_VERSION=${{needs.get_version.outputs._MAJOR}}.${{needs.get_version.outputs._MINOR}}.${{env.NEW_VERSION_NUMBER}}" >> $GITHUB_ENV
fi
set_build_and_tag_release:
runs-on: ubuntu-latest
needs: increment_version
name: "Set, Build & Tag Release Version"
permissions:
contents: write
steps:
Expand Down

0 comments on commit 944e23a

Please sign in to comment.