Skip to content

fix: pr to test

fix: pr to test #7

---
name: Push new tagged version
on: # yamllint disable-line rule:truthy
workflow_dispatch:
pull_request:
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 22 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 }}