Skip to content

Commit

Permalink
fix: Use version from bump-version instead of package.json in node-ci…
Browse files Browse the repository at this point in the history
….prod
  • Loading branch information
KvelaGorrrrnio committed Nov 15, 2021
1 parent d74b69b commit ef8c1d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.4-locally-modified
1.11.5-locally-modified
9 changes: 1 addition & 8 deletions .github/workflows/node-ci.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,18 +281,11 @@ jobs:
name: ${{ github.event.repository.name }}
path: dist

- name: Get raw version
id: raw-version
uses: notiz-dev/github-action-json-property@release
with:
path: 'package.json'
prop_path: 'version'

- name: Extract version for tags
id: version
uses: ./.github/actions/extract-version
with:
version: ${{ steps.raw-version.outputs.prop }}
version: ${{ needs.bump-version.outputs.version }}

- name: Log in to Docker Hub
uses: docker/login-action@v1
Expand Down

0 comments on commit ef8c1d7

Please sign in to comment.