We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88fed16 commit 6493eb2Copy full SHA for 6493eb2
.github/workflows/test.yml
@@ -29,6 +29,10 @@ jobs:
29
- name: Run publish command
30
run: npx . publish "./test" --webhook "${{ secrets.DISCORD_WEBHOOK }}" --access-token "${{ secrets.NPM_TOKEN }}" --version+hash --tag github --version+tag --create-tag
31
32
+ - name: Print output
33
+ run: |
34
+ echo "Package version: ${{ steps.publish.outputs.package-version }}"
35
+
36
- name: Run publish without tag
37
run: npx . publish "./test" --webhook "${{ secrets.DISCORD_WEBHOOK }}" --access-token "${{ secrets.NPM_TOKEN }}" --version+hash
38
0 commit comments