chore(cli): remove unused template GH action

This commit is contained in:
Lucas Nogueira 2022-06-19 20:40:01 -03:00
parent b8a64d01ba
commit 09241f9aca
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

View File

@ -13,10 +13,6 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: 12
registry-url: 'https://registry.npmjs.org'
- name: cargo login
run: cargo login ${{ secrets.CRATE_TOKEN }}