Skip to content

Commit

Permalink
Fixing dependabot builds
Browse files Browse the repository at this point in the history
  • Loading branch information
flatherskevin authored Oct 10, 2024
1 parent 3256e8f commit ab35b3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ env.BRANCH_NAME }}
- name: Set Node.js 20.x
uses: actions/[email protected]
with:
Expand All @@ -32,5 +34,4 @@ jobs:
with:
add: "./dist"
message: "rebuilding ./dist"
pull: --rebase
push: -u origin HEAD:${{ env.BRANCH_NAME }}

0 comments on commit ab35b3e

Please sign in to comment.