Release 1.0.0-rc2

This commit is contained in:
Marin Petrunić 2020-02-07 14:39:58 +01:00
parent 73b33efe7f
commit 9f01c84ffc
No known key found for this signature in database
GPG Key ID: 834D07135E110DA5

View File

@ -15,7 +15,7 @@ jobs:
with: with:
node-version: 12.4.0 node-version: 12.4.0
- name: Build library - name: Build library
run: yarn install --frozen-lockfile && yarn run build run: yarn install --frozen-lockfile && yarn run build
- name: Publish if version has been updated - name: Publish if version has been updated
uses: pascalgn/npm-publish-action@51fdb4531e99aac1873764ef7271af448dc42ab4 uses: pascalgn/npm-publish-action@51fdb4531e99aac1873764ef7271af448dc42ab4
with: # All of theses inputs are optional with: # All of theses inputs are optional