Skip to content

Commit

Permalink
ci: mise experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Mar 9, 2024
1 parent e1da92f commit 3aa1cb0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- 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
run: |
mise settings set experimental true
mise run pull-schema
pkl project package src
- name: Create Release
uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: simple
Expand Down

0 comments on commit 3aa1cb0

Please sign in to comment.