Skip to content

Commit c261e63

Browse files
committed
GH Actions: use working-directory key instead of cd ...
Currently, this step is labeled as "Run cd js/npm/" in the GitHub web interface, which is not ideal.
1 parent 60129c8 commit c261e63

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,5 @@ jobs:
5858
package-manager-cache: false # IMPORTANT: prevents potential [cache poisoning](https://docs.zizmor.sh/audits/#cache-poisoning) attacks
5959
node-version: '24'
6060
registry-url: 'https://registry.npmjs.org'
61-
- run: |
62-
cd js/npm/
63-
npm publish --tag next
61+
- run: npm publish --tag next
62+
working-directory: js/npm/

0 commit comments

Comments
 (0)