Skip to content

Commit

Permalink
build: release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
korthout committed Oct 6, 2021
1 parent 3c654ec commit b5ec22a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Create backport PRs
uses: zeebe-io/backport-action@master
uses: zeebe-io/backport-action@v0.0.6
with:
# Required
# Token to authenticate requests to GitHub
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Create backport PRs
uses: zeebe-io/backport-action@master
uses: zeebe-io/backport-action@v0.0.6
with:
# Required
# Token to authenticate requests to GitHub
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Create backport PRs
uses: zeebe-io/backport-action@master
uses: zeebe-io/backport-action@v0.0.6
with:
# Required
# Token to authenticate requests to GitHub
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backport-action",
"version": "0.0.6-SNAPSHOT",
"version": "0.0.6",
"private": true,
"description": "GitHub action to automatically backport pull requests",
"main": "lib/main.js",
Expand Down

0 comments on commit b5ec22a

Please sign in to comment.