Skip to content

Commit

Permalink
Simplify temp workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Mesh <[email protected]>
  • Loading branch information
cam72cam committed Nov 22, 2023
1 parent b4e21e8 commit 687c4bf
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/regen-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
bump-versions:
runs-on: ubuntu-latest

environment: Development
permissions:
contents: write
actions: write
Expand All @@ -30,13 +29,3 @@ jobs:
- name: Run version bump script
working-directory: ./src
run: go run ./cmd/bump-versions

- uses: stefanzweifel/git-auto-commit-action@v5
with:
file_pattern: 'modules/**/* providers/**/*'
commit_user_name: Auto Version Bumper

- name: Invoke publish workflow
uses: benc-uk/workflow-dispatch@v1
with:
workflow: generate-and-deploy.yml

0 comments on commit 687c4bf

Please sign in to comment.