Skip to content

Commit

Permalink
[#234] Change to push for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangmirs committed Oct 22, 2023
1 parent 5c6239b commit a9ea746
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- develop
pull_request:
- feature/gh-234-add-version-management-workflows

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -62,9 +62,8 @@ jobs:
echo "version=$nextVersion" >> $GITHUB_OUTPUT
sed -i "s/\"version\": \".*\"/\"version\": \"$nextVersion\"/" ${{ env.VERSION_FILE }}
cat ${{ env.VERSION_FILE }}
- name: Create a new pull request
- name: Create a new pull request to bump the version
if: steps.compare_versions.outcome == 'failure'
uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit a9ea746

Please sign in to comment.