Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit c8ce1bb

Browse files
committed
build then publish
1 parent 2fce4c9 commit c8ce1bb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish
22
on: [push]
33
jobs:
44
build:
5-
name: Test
5+
name: NPM Package
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
@@ -11,6 +11,7 @@ jobs:
1111
with:
1212
node-version: 13.x
1313
registry-url: 'https://registry.npmjs.org'
14+
- run: yarn build
1415
- run: yarn publish
1516
env:
1617
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-date-range",
3-
"version": "1.1.4-alpha.2",
3+
"version": "1.1.4-alpha.3",
44
"description": "A React component for choosing dates and date ranges.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)