Skip to content

Commit 93aad53

Browse files
gossigolorodenclaude
authored
feat: Verify Signature (#27)
Co-authored-by: Golo Roden <golo.roden@thenativeweb.io> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3872442 commit 93aad53

15 files changed

Lines changed: 567 additions & 230 deletions

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
5454
run: |
5555
sed -i 's/@version ".*"/@version "${{ steps.get_next_version.outputs.version }}"/' mix.exs
56+
sed -i 's/{:eventsourcingdb, "~> [^"]*"}/{:eventsourcingdb, "~> ${{ steps.get_next_version.outputs.version }}"}/' README.md
5657
git config --global user.email "hello@thenativeweb.io"
5758
git config --global user.name "${{ github.actor }}"
5859
git add .

0 commit comments

Comments
 (0)