chore: repo changes

This commit is contained in:
iCrawl
2021-10-29 19:53:54 +02:00
parent 673c03f7cf
commit 27fb5e5c6b
6 changed files with 44 additions and 87 deletions

View File

@@ -18,7 +18,7 @@ jobs:
registry-url: https://registry.npmjs.org/
cache: npm
- name: pre-release
- name: Check previous released version
id: pre-release
run: |
if [[ $(npm view discord.js@dev version | grep -e "$(jq --raw-output '.version' package.json).*.$(git rev-parse --short HEAD | cut -b1-3)") ]]; \