Skip to content

Commit

Permalink
Release fixup (#81)
Browse files Browse the repository at this point in the history
* Release 0.8.2

* Release workflow fixup
  • Loading branch information
rschulman authored Jan 21, 2025
1 parent 9b39465 commit 7adad7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
git add Package.swift SpruceIDMobileSdkRs.podspec SpruceIDMobileSdkRsRustFramework.podspec
git add Package.swift
git commit -m "Release ${{ github.event.inputs.version }}"
git push
git tag ${{ github.event.inputs.version }} -m "${{ github.event.inputs.version }}"
Expand Down

0 comments on commit 7adad7a

Please sign in to comment.