Skip to content

Commit

Permalink
Fix invalid workflow def
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Piatek committed Aug 5, 2022
1 parent bb9aa3d commit 3b88254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
branch: update-versions-to-${{ ${{ steps.previoustag.outputs.tag }}}}
branch: update-versions-to-${{ steps.previoustag.outputs.tag }}

0 comments on commit 3b88254

Please sign in to comment.