Skip to content

fix(client): use server TunnelGroup not tls config ServerName in hand… #20

fix(client): use server TunnelGroup not tls config ServerName in hand…

fix(client): use server TunnelGroup not tls config ServerName in hand… #20

Workflow file for this run

name: 'Publish'
on:
push:
branches:
- main
jobs:
dagger:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Call Dagger Function
uses: dagger/dagger-for-github@v5
with:
version: "0.10.3"
verb: call
args: publish --source . --password env:GITHUB_TOKEN
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}