diff options
author | dundargoc <gocdundar@gmail.com> | 2022-10-08 14:24:03 +0200 |
---|---|---|
committer | dundargoc <gocdundar@gmail.com> | 2022-10-08 14:24:03 +0200 |
commit | 048baa92bee714ddfeaebe7699d6cb48dc69c1d7 (patch) | |
tree | 6818e3982a3aad5a7050708dc2496d840b722b52 | |
parent | 0773a9ee3a21db54cd6b2376dd2e087bc09d5ea1 (diff) | |
download | rneovim-048baa92bee714ddfeaebe7699d6cb48dc69c1d7.tar.gz rneovim-048baa92bee714ddfeaebe7699d6cb48dc69c1d7.tar.bz2 rneovim-048baa92bee714ddfeaebe7699d6cb48dc69c1d7.zip |
ci(backport): bump version to v0
backport-action now uses "v0" tag to point to the latest stable version.
This helps us avoid having to manually bump the version to get bug
fixes.
-rw-r--r-- | .github/workflows/backport.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 910df32a51..019fb20689 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - name: Create backport PRs - uses: zeebe-io/backport-action@v0.0.8 + uses: zeebe-io/backport-action@v0 with: github_token: ${{ secrets.GITHUB_TOKEN }} github_workspace: ${{ github.workspace }} |