Skip to content

Commit

Permalink
fix: correct context property name
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Sep 13, 2022
1 parent daa1d31 commit 189be88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ runs:
- name: 🔄 Rebase
shell: bash
if: ${{ github.ref == 'main' && steps.release-please.outputs.release_created }}
if: ${{ github.ref_name == 'main' && steps.release-please.outputs.release_created }}
run: |
git rebase main dev
git push

0 comments on commit 189be88

Please sign in to comment.