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 8d83323 commit af66c84Copy full SHA for af66c84
.github/workflows/release.yml
@@ -128,6 +128,7 @@ jobs:
128
echo "checksum=$CHECKSUM" >> $GITHUB_OUTPUT
129
- name: Dispatch release to SPM package
130
uses: peter-evans/repository-dispatch@v3
131
+ if: ${{ inputs.publish }}
132
with:
133
token: ${{ secrets.SWIFT_PUBLISH_TOKEN }}
134
repository: powersync-ja/powersync-sqlite-core-swift
0 commit comments