Skip to content

Commit

Permalink
Try running git branch --contains github.sha
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-goodspeed committed Dec 15, 2023
1 parent 8cb14c3 commit fe5c190
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ jobs:
with:
platform: common
token: ${{ github.token }}
- name: Determine branch name
shell: bash
runs: git branch --contains ${{ github.sha }}
- uses: secondlife/action-autobuild-release@v2
if: startsWith(github.ref, 'refs/tags/v')

0 comments on commit fe5c190

Please sign in to comment.