We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8730910 commit 4b1651eCopy full SHA for 4b1651e
.github/workflows/unpublish.yml
@@ -1,4 +1,4 @@
1
-name: Build and Publish Workflow
+name: Unpublish
2
3
on:
4
push:
@@ -26,10 +26,10 @@ jobs:
26
registry-url: https://registry.npmjs.org/
27
scope: '@celonis'
28
29
- - name: Publish to Npm Registry
+ - name: Unpublish to Npm Registry
30
env:
31
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
32
- run: cd dist/ && npm unpublish @celonis/[email protected]
+ run: npm unpublish @celonis/[email protected]
33
34
- uses: actions/checkout@master
35
name: Checkout Master
0 commit comments