Skip to content

Revert "[dio] Ensure consistent handling of "/" in concatenation of b… #6

Revert "[dio] Ensure consistent handling of "/" in concatenation of b…

Revert "[dio] Ensure consistent handling of "/" in concatenation of b… #6

Workflow file for this run

name: Publishable
on:
push:
branches:
- main
- '6.0.0'
paths:
- "**.md"
- "**.yaml"
- "**.yml"
pull_request:
branches:
- main
- '6.0.0'
paths:
- "**.md"
- "**.yaml"
- "**.yml"
jobs:
publish-dry-run:
name: Publish dry-run with packages
runs-on: ubuntu-latest
strategy:
matrix:
directory: ["dio", "plugins/cookie_manager", "plugins/http2_adapter", "plugins/native_dio_adapter"]
steps:
- uses: actions/checkout@v3
- name: Publish dry run
uses: k-paxian/dart-package-publisher@master
with:
credentialJson: 'MockCredentialJson'
dryRunOnly: true
relativePath: ${{ matrix.directory }}
skipTests: true