Skip to content

Commit 0ec5279

Browse files
committed
Install packages needed to publish
1 parent ef9c7ea commit 0ec5279

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,13 @@ jobs:
6060
- image: hexpm/elixir:1.18.2-erlang-27.2.1-alpine-3.21.2
6161
steps:
6262
- checkout
63+
- run:
64+
name: Install packages
65+
command: |
66+
apk add --no-cache build-base linux-headers git github-cli
6367
- run:
6468
name: Publish GitHub release
6569
command: |
66-
apk add --no-cache github-cli
6770
sed -n "/^## $CIRCLE_TAG/,/^## /p" CHANGELOG.md | sed '1d; /^## /d' > RELEASE_NOTES
6871
gh release create $CIRCLE_TAG --notes "$(cat RELEASE_NOTES)"
6972
- run:

0 commit comments

Comments
 (0)