Skip to content

Commit

Permalink
fix: add outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 12, 2024
1 parent b64fd54 commit ed349fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push-tag-to-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ on: # yamllint disable-line rule:truthy
jobs:
set-version:
runs-on: ubuntu-latest
outputs:
CODECOV_WRAPPER_VERSION: ${{ steps.version_output.outputs.CODECOV_WRAPPER_VERSION }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set version variable
id: version_output
run: |
version=$(cat scripts/version.sh | grep 'CODECOV_WRAPPER_VERSION=' | cut -d\" -f2)
echo $version
Expand Down

0 comments on commit ed349fc

Please sign in to comment.