Skip to content

Commit

Permalink
debug: disable prereqs for version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Oct 19, 2023
1 parent 89b1097 commit b6b8ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# If this was a workflow dispatch event, we need to generate and push a tag
# for goreleaser to grab
version_bump:
needs: [lint, markdown-linter, test]
# needs: [lint, markdown-linter, test]
runs-on: ubuntu-latest
permissions: "write-all"
steps:
Expand Down

0 comments on commit b6b8ec2

Please sign in to comment.