We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b63397 + 5d8ccba commit 7e4b01dCopy full SHA for 7e4b01d
.github/workflows/npm-publish.yml
@@ -13,6 +13,6 @@ jobs:
13
node-version: '20.x'
14
registry-url: 'https://registry.npmjs.org'
15
- run: yarn
16
- - run: yarn npm publish
+ - run: yarn publish
17
env:
18
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "iframely",
3
- "version": "2.4.2",
+ "version": "2.4.3",
4
"type": "module",
5
"description": "oEmbed/2 gateway endpoint. Get embed data for various http links through one self-hosted API",
6
"keywords": [
0 commit comments