Remove unnecessary context from fetch depth and node_env

This commit is contained in:
Jacob M-G Evans 2023-08-09 14:50:06 -05:00
parent 8e3876a0c9
commit 1b4a61cee9
No known key found for this signature in database
GPG key ID: 2A0C497CAB123094

View file

@ -15,8 +15,6 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
@ -34,4 +32,3 @@ jobs:
createGithubReleases: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_ENV: "production"