This commit is contained in:
JamesIves 2020-02-22 09:23:41 -05:00
parent 4d7e44cf37
commit 389e484d6d
4 changed files with 9 additions and 2 deletions

View File

@ -7,6 +7,8 @@ on:
push:
branches:
- dev
tags-ignore:
- '*.*'
jobs:
unit-tests:
runs-on: ubuntu-latest

View File

@ -3,6 +3,8 @@ on:
schedule:
- cron: 10 15 * * 0-6
push:
tags-ignore:
- '*.*'
branches:
- dev
- releases/v3

View File

@ -15,7 +15,10 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm version patch
- run:
git config user.email "iam@jamesiv.es"
git config user.name "James Ives"
- run: npm version patch -m "Release %s"
- run: npm ci
- run: npm publish
env:

View File

@ -1,7 +1,7 @@
{
"name": "github-pages-deploy-action",
"description": "GitHub action for building a project and deploying it to GitHub pages.",
"version": "3.2.2",
"version": "3.2.3",
"main": "lib/main.js",
"scripts": {
"build": "tsc",