We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a20e5 commit 3ce261fCopy full SHA for 3ce261f
1 file changed
.github/workflows/npmpublish.yml
@@ -3,10 +3,8 @@ name: Publish HttpSnippet Packages
3
on:
4
push:
5
branches:
6
- - main
7
- paths-ignore:
8
- - "package.json"
9
- - "**.md"
+ - sahar/cicd
+
10
workflow_dispatch:
11
inputs:
12
logLevel:
@@ -42,13 +40,10 @@ jobs:
42
40
registry-url: "https://npm.pkg.github.com"
43
41
scope: "@rapidapi"
44
45
- - name: Install yarn
46
- run: npm install -g yarn
47
-
48
- name: Install root dependencies
49
run: yarn --no-progress --non-interactive --frozen-lockfile
50
51
- name: Publish Package
52
- run: npm publish
+ run: yarn publish
53
env:
54
NODE_AUTH_TOKEN: ${{secrets.ACTIONS_ACCESS_KEY}}
0 commit comments