mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Mo
This commit is contained in:
parent
4d7e44cf37
commit
389e484d6d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -7,6 +7,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
tags-ignore:
|
||||
- '*.*'
|
||||
jobs:
|
||||
unit-tests:
|
||||
runs-on: ubuntu-latest
|
||||
|
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@ -3,6 +3,8 @@ on:
|
||||
schedule:
|
||||
- cron: 10 15 * * 0-6
|
||||
push:
|
||||
tags-ignore:
|
||||
- '*.*'
|
||||
branches:
|
||||
- dev
|
||||
- releases/v3
|
||||
|
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -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:
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user