Skip to content

Commit

Permalink
Merge pull request #108 from prometheus-community/superq/fixup_bumper
Browse files Browse the repository at this point in the history
fix: Checkout full branch for version updates
  • Loading branch information
SuperQ authored May 16, 2023
2 parents 8f6a73e + e28a1b9 commit 82dfeba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/version_bumper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: discover
run: ./.github/scripts/discover_role_repos.sh >> "$GITHUB_OUTPUT"

check_for_new_versions:
bump_role:
runs-on: ubuntu-latest
needs: discover-role-repos
permissions:
Expand All @@ -36,7 +36,4 @@ jobs:
include: ${{ fromJson(needs.discover-role-repos.outputs.role-repos) }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- run: ./.github/scripts/version_updater.sh ${{ matrix.repo }} ${{ matrix.role }}

0 comments on commit 82dfeba

Please sign in to comment.