Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Foroxon committed Mar 17, 2024
1 parent 8096c6c commit 9b11e5e
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 @@ -96,8 +96,8 @@ jobs:
- name: Change version in flasher
run: |
sed -i 's/>JAAM Flasher .*</>JAAM Flasher ${{ inputs.release-version }}</' ${{ github.workspace }}/docs/index.html
sed -i 's/"version": ".*",/"version": "${{ inputs.release-version }}",</' ${{ github.workspace }}/docs/manifest.json
sed -i 's/"version": ".*",/"version": "${{ inputs.release-version }}_lite",</' ${{ github.workspace }}/docs/manifest-lite.json
sed -i 's/"version": ".*",/"version": "${{ inputs.release-version }}",/' ${{ github.workspace }}/docs/manifest.json
sed -i 's/"version": ".*",/"version": "${{ inputs.release-version }}_lite",/' ${{ github.workspace }}/docs/manifest-lite.json
- name: Commit changes
id: commit_changes
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 9b11e5e

Please sign in to comment.