Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npx semantic-release
VERSION=$(cat VERSION)
VERSION=$(cat VERSION || echo "")
echo "Next version: $VERSION"
echo "next-version=$VERSION" >> $GITHUB_OUTPUT

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ rm -rf build/

## Distribution

GitHub organization settings:

- GitHub.com -> _organization_ -> Settings -> Packages -> Packages permissions
- Package creation
- Public: on

Docker build and run:

```shell
Expand Down