Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Bassem Dghaidi authored May 1, 2020
2 parents 927ca36 + 3ad9f4d commit 35aeed3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
node-version: 10
registry-url: https://registry.npmjs.org/
- run: sed -i -E 's/"version"\s*:\s*"(v?).+?"\s*(,?)$/"version": "${{ github.event.release.name }}"/' package.json
- run: npm ci
- run: npm publish
env:
Expand Down

0 comments on commit 35aeed3

Please sign in to comment.