We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc0574 commit 8c1bd89Copy full SHA for 8c1bd89
1 file changed
.github/workflows/publish.yml
@@ -75,7 +75,7 @@ jobs:
75
run: npm pack
76
77
- name: Publish to npm
78
- run: npm publish --access public 2>&1 | tee -a "$GITHUB_STEP_SUMMARY"
+ run: npm publish --access public
79
80
- name: Determine previous release tag
81
id: previous_tag
@@ -111,4 +111,4 @@ jobs:
111
RELEASE_ARGS+=(--notes-start-tag "$PREVIOUS_TAG")
112
fi
113
114
- gh release create "${RELEASE_ARGS[@]}" 2>&1 | tee -a "$GITHUB_STEP_SUMMARY"
+ gh release create "${RELEASE_ARGS[@]}" 2>&1 >> "$GITHUB_STEP_SUMMARY"
0 commit comments