Skip to content

Commit 89f7b95

Browse files
committed
WIP
1 parent e95cd9d commit 89f7b95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
registry-url: 'https://registry.npmjs.org'
1919
scope: ${{ github.repository_owner }}
2020

21-
# - name: Update package.json
22-
# run: |
21+
- name: Update package.json
22+
run: |
23+
cat package.json
2324
# TAG_NAME=${GITHUB_REF/refs\/tags\//}
2425
# PACKAGE_VERSION=${TAG_NAME#v}
2526
# echo "Updating package.json to version $PACKAGE_VERSION"
2627
# cat <<< $(jq -r ".version=\"$PACKAGE_VERSION\"" package.json) > package.json
2728
# cat <<< $(jq -r ".name=\"@${{ github.repository }}\"" package.json) > package.json
28-
# cat package.json
2929

3030
# - name: Install dependencies
3131
# run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)