Skip to content

Commit 9d522d2

Browse files
committed
upgrade: Bump the version
1 parent 3b7e823 commit 9d522d2

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
run: |
4444
npm install
4545
npm run build
46+
env:
47+
NODE_ENV: production
4648
- name: Create debug build
4749
if: ${{ !inputs.release }}
4850
run: |

package-lock.json

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-pr-tasklist-checker",
3-
"version": "1.0.0",
3+
"version": "1.2.0",
44
"description": "An Action to check if the PR tasklist is complete.",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)