Skip to content

Commit 6493eb2

Browse files
committed
github: print output
1 parent 88fed16 commit 6493eb2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
- name: Run publish command
3030
run: npx . publish "./test" --webhook "${{ secrets.DISCORD_WEBHOOK }}" --access-token "${{ secrets.NPM_TOKEN }}" --version+hash --tag github --version+tag --create-tag
3131

32+
- name: Print output
33+
run: |
34+
echo "Package version: ${{ steps.publish.outputs.package-version }}"
35+
3236
- name: Run publish without tag
3337
run: npx . publish "./test" --webhook "${{ secrets.DISCORD_WEBHOOK }}" --access-token "${{ secrets.NPM_TOKEN }}" --version+hash
3438

0 commit comments

Comments
 (0)