Skip to content

Commit e3f9fec

Browse files
Fix env variable typo in release doc (#1160)
1 parent 9c0b6c5 commit e3f9fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _Note: It's useful to add the version to the commit message when you bump it: e.
2424
Once the version bump PR has been merged, run the following command to cut a release:
2525

2626
```shell
27-
GPG_FINGERPINT="<THE_GPG_FINGERPRINT>" ./bin/release.sh
27+
GPG_FINGERPRINT="<THE_GPG_FINGERPRINT>" ./bin/release.sh
2828
```
2929

3030
## Cut Release on GitHub

0 commit comments

Comments
 (0)