Skip to content

Commit

Permalink
ci: pull-schema task before build and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Mar 9, 2024
1 parent 508f5d0 commit 7abc529
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Pkl
run: |-
curl -L -o pkl https://github.com/apple/pkl/releases/download/0.25.2/pkl-linux-amd64
chmod +x pkl
./pkl --version
mkdir -p $HOME/.local/bin
mv pkl $HOME/.local/bin/pkl
echo "$HOME/.local/bin" >> $GITHUB_PATH
- uses: jdx/mise-action@v2
- run: mise run pull-schema
- name: Build Package
run: pkl project package src
- uses: google-github-actions/release-please-action@v4
Expand Down

0 comments on commit 7abc529

Please sign in to comment.