Skip to content

Commit

Permalink
Merge pull request #27 from cgiesche/streamdeck-homeassistant-25
Browse files Browse the repository at this point in the history
#25: Injecting current tag to Version field of manifest.
  • Loading branch information
cgiesche authored Mar 21, 2021
2 parents a5c68dc + 18ebdfd commit 69eda7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Update manifest version
uses: jossef/action-set-json-field@v1
with:
file: public/manifest.json
field: Version
value: ${{ steps.semantic_release_info.outputs.git_tag }}
uses: jossef/action-set-json-field@v1
with:
file: public/manifest.json
field: Version
value: ${{ steps.semantic_release_info.outputs.git_tag }}

- name: NPM Install
run: npm install
Expand Down

0 comments on commit 69eda7c

Please sign in to comment.