Skip to content

Commit 4b1651e

Browse files
committed
Fix test workflow
1 parent 8730910 commit 4b1651e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unpublish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Publish Workflow
1+
name: Unpublish
22

33
on:
44
push:
@@ -26,10 +26,10 @@ jobs:
2626
registry-url: https://registry.npmjs.org/
2727
scope: '@celonis'
2828

29-
- name: Publish to Npm Registry
29+
- name: Unpublish to Npm Registry
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
32-
run: cd dist/ && npm unpublish @celonis/[email protected]
32+
run: npm unpublish @celonis/[email protected]
3333

3434
- uses: actions/checkout@master
3535
name: Checkout Master

0 commit comments

Comments
 (0)