Skip to content

Commit

Permalink
feat(ci): pass release args
Browse files Browse the repository at this point in the history
  • Loading branch information
pylixonly committed May 24, 2024
1 parent 18a2e2a commit e19e89c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout builds
uses: actions/checkout@v4
with:
repository: "pyoncord/bunny-build-infos"
repository: "pyoncord/bunny-builds"
path: "builds"
token: ${{ secrets.BUILDS_TOKEN }}
ref: ${{ github.ref_name }}
Expand All @@ -26,13 +26,13 @@ jobs:
with:
node-version: 20

- name: Install dependencies
- name: Install pnpm and dependencies
run: |
npm i -g pnpm
pnpm i
pnpm i\
- name: Build
run: pnpm build
run: pnpm build --release-branch=${{ github.ref_name }} --build-minify

# TODO: Check for linting?

Expand Down

0 comments on commit e19e89c

Please sign in to comment.