We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298406b commit d4b6c33Copy full SHA for d4b6c33
.github/workflows/release-automated.yml
@@ -54,10 +54,6 @@ jobs:
54
run: dart pub publish --force
55
docs-publish:
56
needs: release
57
- runs-on: ubuntu-latest
58
- timeout-minutes: 10
59
- steps:
60
- - name: Publish docs
61
- uses: parse-community/Parse-SDK-Flutter/.github/workflows/release-manual-docs@master
62
- with:
63
- tag: ${{ github.ref_name }}
+ uses: parse-community/Parse-SDK-Flutter/.github/workflows/release-manual-docs.yml@master
+ with:
+ tag: ${{ github.ref_name }}
0 commit comments