We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebccdff commit f250a32Copy full SHA for f250a32
1 file changed
.github/workflows/standalone_publish.yml
@@ -79,14 +79,14 @@ jobs:
79
timeout-minutes: 15
80
81
# Publish standalone packages:
82
- - name: 'Publish standalone packages'
+ - name: 'Publish packages'
83
env:
84
GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
85
run: |
86
node lib/node_modules/@stdlib/_tools/scripts/publish_packages.js --patch
87
88
# Archive list of to be published packages:
89
- - name: 'Archive list of to be published packages'
+ - name: 'Archive package list'
90
uses: actions/upload-artifact@v2
91
with:
92
name: ordered-pkg-list
0 commit comments