Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 7adad7a

Browse files
authored
Release fixup (#81)
* Release 0.8.2 * Release workflow fixup
1 parent 9b39465 commit 7adad7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
git config user.name github-actions
6565
git config user.email github-actions@github.com
66-
git add Package.swift SpruceIDMobileSdkRs.podspec SpruceIDMobileSdkRsRustFramework.podspec
66+
git add Package.swift
6767
git commit -m "Release ${{ github.event.inputs.version }}"
6868
git push
6969
git tag ${{ github.event.inputs.version }} -m "${{ github.event.inputs.version }}"

0 commit comments

Comments
 (0)