debug: print file to see replaced version
Some checks failed
Publish to NPM / Build and Publish to NPM (push) Failing after 9s
Some checks failed
Publish to NPM / Build and Publish to NPM (push) Failing after 9s
This commit is contained in:
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@@ -36,6 +36,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sed -i "s/\"version\": \"<RELEASE_VERSION_PLACEHOLDER>\"/\"version\": \"${{ env.TAG_VERSION }}\"/" dnt.config.mts
|
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 }}"
|
echo "Updated version in dnt.config.mts to ${{ env.TAG_VERSION }}"
|
||||||
|
cat dnt.config.mts
|
||||||
|
|
||||||
# 5. Run build:npm
|
# 5. Run build:npm
|
||||||
- name: Build NPM Package
|
- name: Build NPM Package
|
||||||
|
|||||||
Reference in New Issue
Block a user