Skip to content

Commit b6e58e1

Browse files
committed
Change release commit message
1 parent 784a258 commit b6e58e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-swift-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
git config user.email [email protected]
5959
git add Package.swift
6060
git add Sources
61-
git commit -m "Update Nostr SDK Swift bindings to version ${{ inputs.version }}"
61+
git commit -m "Bump to ${{ inputs.version }}"
6262
git push
6363
git tag ${{ inputs.version }} -m "${{ inputs.version }}"
6464
git push --tags

0 commit comments

Comments
 (0)