mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
chore: test get package.json version
This commit is contained in:
9
.github/workflows/lint.yml
vendored
9
.github/workflows/lint.yml
vendored
@@ -33,3 +33,12 @@ jobs:
|
||||
|
||||
- name: Format check
|
||||
run: yarn format-check
|
||||
|
||||
- name: test action
|
||||
id: get-version
|
||||
uses: beaconbrigade/package-json-version@v0.3.2
|
||||
with:
|
||||
path: .
|
||||
|
||||
- name: Print the version
|
||||
run: echo "The version was ${{ steps.get-version.outputs.version }}"
|
||||
|
||||
Reference in New Issue
Block a user