We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2810e7c commit 8fe68daCopy full SHA for 8fe68da
.github/workflows/terraform-module.yml
@@ -63,8 +63,8 @@ jobs:
63
name: Tag release
64
runs-on: ubuntu-latest
65
needs: validate
66
- # Only release on manual dispatch with bump==minor
67
- if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.bump == 'minor' }}
+ # Only release on manual dispatch
+ if: ${{ github.event_name == 'workflow_dispatch' }}
68
steps:
69
- name: Checkout
70
uses: actions/checkout@v4
0 commit comments