We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784a258 commit b6e58e1Copy full SHA for b6e58e1
.github/workflows/publish-swift-package.yaml
@@ -58,7 +58,7 @@ jobs:
58
git config user.email [email protected]
59
git add Package.swift
60
git add Sources
61
- git commit -m "Update Nostr SDK Swift bindings to version ${{ inputs.version }}"
+ git commit -m "Bump to ${{ inputs.version }}"
62
git push
63
git tag ${{ inputs.version }} -m "${{ inputs.version }}"
64
git push --tags
0 commit comments