Skip to content

Commit d3b9e56

Browse files
committed
Update deploy workflow I thought that I'd been saved yet here i am
1 parent ca1e227 commit d3b9e56

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
with:
3232
node-version: '16.x'
3333
registry-url: 'https://registry.npmjs.org'
34-
run: |
34+
35+
- run: |
3536
echo "Node Version: $(node --version)" - NPM Version: $(npm --version) >> $GITHUB_STEP_SUMMARY
3637
echo "---" >> $GITHUB_STEP_SUMMARY
3738
echo "Package Name: **${{ inputs.package-name }}** " >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)