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.
2 parents bbb423c + 746c91a commit e25814cCopy full SHA for e25814c
.github/workflows/main.yaml
@@ -109,6 +109,7 @@ jobs:
109
env:
110
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
111
with:
112
+ files: ./app/pkg/installer_s.sh
113
tag_name: ${{ steps.vars.outputs.tag_name }}
114
draft: false
115
prerelease: false
.github/workflows/publish.yaml
@@ -19,6 +19,8 @@ jobs:
19
uses: actions/setup-node@v2
20
21
node-version: '14.17.0'
22
+ registry-url: "https://registry.npmjs.org"
23
+ scope: "@zondax"
24
- name: Install yarn
25
run: npm install -g yarn
26
- name: Build package
0 commit comments