Skip to content

Commit

Permalink
docs: fix enumeration and indent in sh snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
fho committed Dec 5, 2023
1 parent e3228bf commit e70bc3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
variable:

```sh
export GPG_PASSWORD="$(vault read -field=master-priv-key-password secret/gpg-key-platform)"
export GPG_PASSWORD="$(vault read -field=master-priv-key-password secret/gpg-key-platform)"
```

- import the signing key:
Expand All @@ -39,6 +39,6 @@
goreleaser release
```

6. Review the created draft release on
5. Review the created draft release on
[GitHub](https://github.com/simplesurance/dependencies-tool/releases) and
publish it.

0 comments on commit e70bc3d

Please sign in to comment.