diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 5aef9b5..e00ebba 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -15,8 +15,6 @@ jobs:
- run: |
npm ci
npm test
- env:
- CI: true
npm:
runs-on: ubuntu-latest
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9369dfb..d5e3b8d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -25,8 +25,6 @@ jobs:
run: |
npm ci
npm test
- env:
- CI: true
- name: Checkout gohugoio/hugoDocs
uses: actions/checkout@master
with:
diff --git a/README.md b/README.md
index 6b8bd61..8a8c523 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-#
via NPM [](https://github.com/jakejarvis/hugo-extended/actions) [](https://www.npmjs.com/package/hugo-extended) [](https://github.com/gohugoio/hugo) [](https://github.com/jakejarvis/hugo-extended/pulls?q=is%3Apr+label%3Adependencies)
+#
via NPM [](https://github.com/jakejarvis/hugo-extended/actions) [](https://www.npmjs.com/package/hugo-extended) [](https://github.com/gohugoio/hugo) [](https://github.com/jakejarvis/hugo-extended/pulls?q=is%3Apr+label%3Adependencies)
> Plug-and-play binary wrapper for [Hugo Extended](https://gohugo.io/), the awesomest static-site generator.
diff --git a/package-lock.json b/package-lock.json
index 85ab183..e816e32 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-extended",
- "version": "0.70.0",
+ "version": "0.71.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 31e744f..cc06fa7 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "hugo-extended",
- "version": "0.70.0",
- "hugoVersion": "0.70.0",
+ "version": "0.71.0",
+ "hugoVersion": "0.71.0",
"description": "Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.",
"homepage": "https://jarv.is/hugo-node/",
"license": "MIT",