Compare commits

...

2 Commits

Author SHA1 Message Date
2012693a64 Versioning
All checks were successful
TenorJS-v2 Deploy Automation / build (push) Successful in 3s
2024-09-22 19:39:37 -04:00
a621ac6304 Might be ready to run 2024-09-22 19:36:08 -04:00
2 changed files with 1 additions and 2 deletions

View File

@ -30,6 +30,5 @@ jobs:
git checkout ${{ gitea.ref_name }} git checkout ${{ gitea.ref_name }}
- name: Publish to NPM - name: Publish to NPM
run: | run: |
bash
cd /var/lib/act_runner/tenorjs-v2 cd /var/lib/act_runner/tenorjs-v2
npm publish npm publish

View File

@ -1,6 +1,6 @@
{ {
"name": "tenorjs-v2", "name": "tenorjs-v2",
"version": "1.0.1", "version": "1.0.2",
"description": "A crappy wrapper for Tenor.com API", "description": "A crappy wrapper for Tenor.com API",
"main": "./src/index.js", "main": "./src/index.js",
"scripts": { "scripts": {