ci: publishing dev version semver

This commit is contained in:
iCrawl 2023-07-30 23:08:46 +02:00
parent fd8197fe5b
commit a92d19212d
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -42,6 +42,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install node.js v18
uses: actions/setup-node@v3