diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 9510bf2..58a0f40 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -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 diff --git a/README.md b/README.md index b5070bc..e76ebd1 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 7600c4d..9cc8633 100644 --- a/package.json +++ b/package.json @@ -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",