Skip to content

Commit 6b2496f

Browse files
committed
[MOB-11701] Test publish
1 parent 2ce19a0 commit 6b2496f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
cache: 'yarn'
1818
- run: yarn install --frozen-lockfile
1919
- run: yarn test
20+
- run: yarn build
21+
- run: yarn build:node
2022
- uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
2123
with:
2224
token: ${{ secrets.NPM_TOKEN }}
2325
strategy: all
26+
tag: test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@iterable/web-sdk",
33
"description": "Iterable SDK for JavaScript and Node.",
4-
"version": "2.0.1-test.0",
4+
"version": "2.0.2-test",
55
"homepage": "https://iterable.com/",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)