chore: test get package.json version

This commit is contained in:
Zamitto
2025-04-28 22:01:55 -03:00
parent f2bd9df77f
commit 66094c0aa2

View File

@@ -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 }}"