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

Commit 388e4e7

Browse files
author
Bassem Dghaidi
committed
Fix publish workflow
1 parent 35aeed3 commit 388e4e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish.yml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
with:
1414
node-version: 10
1515
registry-url: https://registry.npmjs.org/
16-
- run: sed -i -E 's/"version"\s*:\s*"(v?).+?"\s*(,?)$/"version": "${{ github.event.release.name }}"/' package.json
1716
- run: npm ci
1817
- run: npm publish
1918
env:

0 commit comments

Comments
 (0)