applay-utils 1.8.26 → 1.8.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,14 +11,4 @@ jobs:
11
11
  registry-url: 'https://registry.npmjs.org'
12
12
  - run: npm publish --access=public
13
13
  env:
14
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
15
- - name: Build e Permissões
16
- run: mv ./.build ~/.ssh && chmod 400 ~/.ssh/*.pem
17
- - name: Adding Known Hosts Bastion
18
- run: ssh-keyscan -H bastion.applay.tech >> ~/.ssh/known_hosts
19
- - name: Adding Known Hosts Servidor over Bastion
20
- run: ssh bastion "ssh-keyscan -H ${{vars.host}}" >> ~/.ssh/known_hosts
21
- - name: Esperar publicar
22
- run: sleep 20
23
- - name: Update applay-utils multi-v4
24
- run: ssh ${{vars.alias}} "cd ${{vars.path}}/multi-v4 && npm update applay-utils"
14
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "applay-utils",
3
- "version": "1.8.26",
3
+ "version": "1.8.27",
4
4
  "description": "Utilitary tools for Applay applications",
5
5
  "scripts": {
6
6
  "build": "npm version patch",