summaryrefslogtreecommitdiff
path: root/date-fns/.github/workflows/deploy.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'date-fns/.github/workflows/deploy.yaml')
-rw-r--r--date-fns/.github/workflows/deploy.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/date-fns/.github/workflows/deploy.yaml b/date-fns/.github/workflows/deploy.yaml
new file mode 100644
index 0000000..fda9ab1
--- /dev/null
+++ b/date-fns/.github/workflows/deploy.yaml
@@ -0,0 +1,21 @@
+name: Deploy
+
+'on':
+ push:
+ branches: [master]
+
+jobs:
+ tests:
+ runs-on: ubuntu-latest
+
+ strategy:
+ matrix:
+ node-version: [14.x]
+
+ steps:
+ - uses: actions/checkout@v2
+ - uses: actions/setup-node@v2
+ with:
+ node-version: ${{ matrix.node-version }}
+ - name: Run release script
+ run: ./scripts/release/release.sh