Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jake1164 authored Nov 14, 2023
1 parent 5a91609 commit 1b83ff4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true

- name: Create .version file
run:
echo '{ "version":"${{ github.event.release.tag_name }}" }' > src/.version

- name: Run MPY Action
uses: adafruit/build-mpy@v1
uses: jake1164/build-mpy@fetch-submodules-fix
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
circuitpy-tag: "8.2.0"
Expand Down

0 comments on commit 1b83ff4

Please sign in to comment.