Skip to content

Commit

Permalink
Use git branch -r --contains ...
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-goodspeed committed Dec 15, 2023
1 parent 020f276 commit 2e28241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
token: ${{ github.token }}
- name: Determine branch name
shell: bash
run: git branch --contains ${{ github.sha }}
run: git branch -r --contains ${{ github.sha }}
- uses: secondlife/action-autobuild-release@v2
if: startsWith(github.ref, 'refs/tags/v')

0 comments on commit 2e28241

Please sign in to comment.