Skip to content

Commit

Permalink
rm sha
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Mar 20, 2024
1 parent 8097834 commit 1e91d5d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_esptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,8 @@ jobs:
- name: Update package.json when a release tag is set
if: startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
run: |
COMMIT_SHA_LONG=$(git rev-parse --short HEAD || echo "")
SHA=${COMMIT_SHA_LONG::7}
rm package.json
python ci/gen_pio_manifest.py -o "./" -s ${{ github.ref_name }} -c $SHA
python ci/gen_pio_manifest.py -o "./" -s ${{ github.ref_name }}
- name: Upload stubs artifact
if: matrix.os == 'ubuntu-latest'
uses: jason2866/[email protected]
Expand Down

0 comments on commit 1e91d5d

Please sign in to comment.