Skip to content

Commit

Permalink
Fix env variable typo in release doc (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Aug 20, 2024
1 parent 9c0b6c5 commit e3f9fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ _Note: It's useful to add the version to the commit message when you bump it: e.
Once the version bump PR has been merged, run the following command to cut a release:

```shell
GPG_FINGERPINT="<THE_GPG_FINGERPRINT>" ./bin/release.sh
GPG_FINGERPRINT="<THE_GPG_FINGERPRINT>" ./bin/release.sh
```

## Cut Release on GitHub
Expand Down

0 comments on commit e3f9fec

Please sign in to comment.