Skip to content

Remove boilerplate comments #123

Remove boilerplate comments

Remove boilerplate comments #123

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