Skip to content

Commit

Permalink
Fix up version updater
Browse files Browse the repository at this point in the history
Use full checkout to make sure we get the correct main history.
* Shorten name to make Actions page easier to read.

Signed-off-by: SuperQ <[email protected]>
  • Loading branch information
SuperQ committed May 16, 2023
1 parent 8f6a73e commit 3296ead
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 3296ead

Please sign in to comment.