Skip to content

fix: trim / from lambdaServer url #217

fix: trim / from lambdaServer url

fix: trim / from lambdaServer url #217

name: lndart.cln_rpc release package
on:
release:
types: [created]
tags:
- cln_rpc-v*
push:
workflow_run:
workflows:
- "lndart.cln packages check"
branches: [ main ]
types:
- completed
jobs:
publishing:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v2
- name: 'publish lndart.cln_rpc to to Pub.dev'
uses: k-paxian/dart-package-publisher@master
with:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
flutter: false
skipTests: true
dryRunOnly: ${{ github.event_name != 'release' }}
relativePath: './packages/rpc/'