Skip to content

Commit

Permalink
action-autobuild@v3 now derives proper branch name.
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-goodspeed committed Dec 18, 2023
1 parent 12b73ee commit 5cee1f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ jobs:
continue-on-error: false
runs-on: ${{ matrix.os }}
steps:
- uses: secondlife/action-autobuild@which-branch
- uses: secondlife/action-autobuild@v3
with:
addrsize: "64"
token: ${{ github.token }}
release:
needs: build
runs-on: [ubuntu-latest]
Expand Down

0 comments on commit 5cee1f4

Please sign in to comment.