Skip to content

Commit

Permalink
[Davidjayan] json version get with new package
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhanapandi M committed Sep 8, 2022
1 parent ae64713 commit 6ed5d13
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ jobs:
run: yarn
- name: Make build
run: yarn make
- name: get version
id: version
uses: notiz-dev/github-action-json-property@release
with:
path: 'package.json'
prop_path: 'version'
- name: Create Release
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: "./out/make/deb/x64*.deb"
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
tag: ${{steps.version.outputs.prop}}

0 comments on commit 6ed5d13

Please sign in to comment.