debug: print file to see replaced version
Some checks failed
Publish to NPM / Build and Publish to NPM (push) Failing after 9s

This commit is contained in:
Raul Lugo
2024-12-26 17:28:09 +01:00
parent 8142ef37f9
commit 4c724c930c

View File

@@ -36,6 +36,7 @@ jobs:
run: |
sed -i "s/\"version\": \"<RELEASE_VERSION_PLACEHOLDER>\"/\"version\": \"${{ env.TAG_VERSION }}\"/" dnt.config.mts
echo "Updated version in dnt.config.mts to ${{ env.TAG_VERSION }}"
cat dnt.config.mts
# 5. Run build:npm
- name: Build NPM Package