diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 3aaecde6..76e38f6c 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -25,16 +25,6 @@ jobs: JSON=$(jq -c --null-input --arg repository "$REPOSITORY" --arg tag "$TAG" '{"repository": $repository, "tag": $tag}') echo "json=$JSON" >> $GITHUB_OUTPUT - # Trigger an 'on: repository_dispatch' workflow to run in graasp-deploy repository - - name: Push tag to Graasp Deploy (Staging) - if: ${{ steps.release.outputs.releases_created == 'true' }} - uses: peter-evans/repository-dispatch@v3 - with: - token: ${{ secrets.REPO_ACCESS_TOKEN }} - repository: graasp/graasp-deploy - event-type: update-staging-version - client-payload: ${{steps.set-tag.outputs.json}} - - name: Auto Tag uses: graasp/graasp-deploy/.github/actions/auto-tag-after-release@v1 with: