Skip to content

Commit

Permalink
Fix pre-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien-reeves committed Aug 27, 2021
1 parent 97af224 commit ce5a751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
fetch-depth: 0
- uses: cucumber-actions/create-release-pr@v1.0.0
with:
current_release: ${{ env.released_version }}
released_version: ${{ env.released_version }}
next_version: ${{ env.next_version }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ce5a751

Please sign in to comment.