Skip to content

Commit

Permalink
fix: update bitrise
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 12, 2024
1 parent 195c10d commit cf702db
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/push-tag-to-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ on: # yamllint disable-line rule:truthy
tags:
- '*'
jobs:
bitrise-step:
set-version:
runs-on: ubuntu-latest
steps:
- name: Run version
run: ./scripts/version.sh
- name: Checkout
uses: ./.github/workflows/push-tag.yml@main
with:
repository: "codecov/codecov-bitrise"
version: ${{ env.CODECOV_WRAPPER_VERSION }}
- name: Set version variable
run: |
version=$(cat scripts/version.sh | grep 'CODECOV_WRAPPER_VERSION=' | cut -d\" -f2)
echo "CODECOV_WRAPPER_VERSION=$version" >> $GITHUB_ENV
bitrise-step:
needs: set-version
uses: ././github/workflows/push-tag.yml
with:
repository: "codecov/codecov-bitrise"
version: ${{ env.CODECOV_WRAPPER_VERSION }}

0 comments on commit cf702db

Please sign in to comment.