denoland / deno_ast

Source text parsing, lexing, and AST related functionality for Deno
https://crates.io/crates/deno_ast
MIT License
148 stars 45 forks source link

chore: fix release script #114

Closed dsherret closed 2 years ago

dsherret commented 2 years ago

I thought it would pull this in from the PAT somehow, but it doesn't which I guess makes sense.

Author identity unknown

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <runner@fv-az275-961.go2hi5et44qedpdz5zrtt3gknc.xx.internal.cloudapp.net>) not allowed
error: Uncaught (in promise) Error: Exited with code: 128
        throw new Error(`Exited with code: ${code}`);