Skip to content

Commit

Permalink
ci: working on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Sep 23, 2023
1 parent 9b1fee0 commit 39b6574
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ jobs:
uses: actions/checkout@v3

- name: get version
id: version
uses: notiz-dev/github-action-json-property@a5a9c668b16513c737c3e1f8956772c99c73f6e8
with:
path: "package.json"
prop_path: "version"
run: |
echo version=$(jq -r .version package.json) >> $GITHUB_OUTPUT
- name: Check if version is tagged
id: check-tag
Expand Down

0 comments on commit 39b6574

Please sign in to comment.