Skip to content

Fix exception on other platforms, update version #125

Fix exception on other platforms, update version

Fix exception on other platforms, update version #125

name: Pub publish dry run
on:
workflow_dispatch:
push:
branches:
- main
jobs:
publish-dry-run:
name: Pub publish dry run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Publish dry run
uses: k-paxian/[email protected]
with:
credentialJson: 'MockCredentialJson'
dryRunOnly: true