Compare commits

..

No commits in common. "2012693a6407438bf2c5ad4b1063b3c1cae6b9af" and "51ea6c38e9bd87b109dcd5bb5312bc671a7d4f27" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

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

View File

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