Skip to content

Commit

Permalink
add bump type
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisbader committed Nov 3, 2024
1 parent 34047bf commit 5e86a89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DRY_RUN: true
BUMP_TYPE: ${{ github.event.inputs.bump_type}}
# BUMP_TYPE: ${{ github.event.inputs.bump_type}}
BUMP_TYPE: "#minor"

- name: "Set up QEMU"
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 5e86a89

Please sign in to comment.