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 66a6d7b commit 1ae57fd
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 @@ -4,9 +4,8 @@ jobs:
build:
runs-on: [ubuntu-latest]
steps:
- uses: secondlife/action-autobuild@which-branch
- uses: secondlife/action-autobuild@v3
with:
platform: common
token: ${{ github.token }}
- uses: secondlife/action-autobuild-release@v2
if: startsWith(github.ref, 'refs/tags/v')

0 comments on commit 1ae57fd

Please sign in to comment.