Skip to content

Commit

Permalink
ci(backport): use major version
Browse files Browse the repository at this point in the history
This project can easily use the latest release, without having to
explicitly update on each release. This should make it easier to release
more often.
  • Loading branch information
korthout committed Nov 22, 2022
1 parent 92c426b commit 2ee900d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Create backport PRs
uses: zeebe-io/backport-action@v0.0.8
uses: zeebe-io/backport-action@v0
with:
# Required
# Token to authenticate requests to GitHub
Expand Down

0 comments on commit 2ee900d

Please sign in to comment.