Skip to content

Commit

Permalink
Merge pull request #26 from cgiesche/streamdeck-homeassistant-25
Browse files Browse the repository at this point in the history
fixes #25: Injecting current tag to Version field of manifest.
  • Loading branch information
cgiesche authored Mar 21, 2021
2 parents da4230b + 24028f9 commit a5c68dc
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,23 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/[email protected]

- name: Get release info
id: semantic_release_info
uses: jossef/action-semantic-release-info@v1
env:
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 }}

- name: NPM Install
run: npm install

- name: Build
- name: VUE Build
run: npm run build

- name: Create plugin folder structure
Expand Down

0 comments on commit a5c68dc

Please sign in to comment.