Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jeetchoudhary committed Jan 10, 2023
1 parent 880ef4a commit 075350d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: version_tag
run: |
make get-new-version-from-tag
echo "::set-output name=new_version::$(cat new_patch_version.txt)"
echo "new_version=$(cat new_patch_version.txt)" >> $GITHUB_OUTPUT
integration-test:
runs-on: ubuntu-latest
needs: [build-test, get-next-version]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: version_tag
run: |
make get-new-version-from-tag
echo "::set-output name=new_version::$(cat new_patch_version.txt)"
echo "new_version=$(cat new_patch_version.txt)" >> $GITHUB_OUTPUT
integration-test:
runs-on: ubuntu-latest
needs: [build-test, get-next-version]
Expand Down

0 comments on commit 075350d

Please sign in to comment.