Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jake1164 authored Mar 30, 2024
1 parent c67302a commit 5125cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
echo '{ "version":"${{ github.event.release.tag_name }}" }' > src/.version

- name: Run MPY Action
uses: jake1164/build-mpy@fetch-submodules-fix
uses: adafruit/build-mpy@fetch-submodules-fix
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
circuitpy-tag: "9.0.0"
circuitpy-tag: "8.0.0"
mpy-directory: "src"
mpy-manifest-file: "mpy-manifest.txt"
mpy-manifest-type: "exclude"
Expand Down

0 comments on commit 5125cfe

Please sign in to comment.