Skip to content

fix: update bitrise

fix: update bitrise #5

---
name: Push new tagged version
on: # yamllint disable-line rule:truthy
workflow_dispatch:
push:
# Pattern matched against refs/tags
tags:
- '*'
jobs:
set-version:
runs-on: ubuntu-latest
steps:
- 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

Check failure on line 20 in .github/workflows/push-tag-to-extensions.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push-tag-to-extensions.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
repository: "codecov/codecov-bitrise"
version: ${{ env.CODECOV_WRAPPER_VERSION }}