Skip to content

Commit

Permalink
ci: try build package
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustisater-kivra committed Jul 3, 2024
1 parent 0afda86 commit c626376
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ jobs:

- uses: asdf-vm/actions/install@v3

- name: ⚙️ Use Node.js
uses: actions/setup-node@v4
with:
registry-url: "https://npm.pkg.github.com"
cache: "pnpm"

- name: Get pnpm store directory
shell: bash
run: |
Expand Down Expand Up @@ -51,6 +45,7 @@ jobs:
semantic_version: 19.0.5
branches: |
['main']
['ci/build-package']
env:
CI: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c626376

Please sign in to comment.