Skip to content

fix: decompress and renaming post download (#122) #5

fix: decompress and renaming post download (#122)

fix: decompress and renaming post download (#122) #5

Workflow file for this run

name: cd
on:
push:
branches: [ master ]
jobs:
npm:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Publish sdk tag to npm
uses: JS-DevTools/[email protected]
with:
token: ${{ secrets.NPM_TOKEN }}
tag: sdk
- name: Publish latest tag to npm
uses: JS-DevTools/[email protected]
with:
token: ${{ secrets.NPM_TOKEN }}
tag: latest