esp-idf-smtp 0.2.2

Lightweight SMTP client over esp_tls for esp-idf-svc in Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Release

on:
  push:
    branches: [main]

permissions:
  contents: write
  pull-requests: write
  id-token: write

jobs:
  release:
    uses: nightwatch-astro/.github/.github/workflows/rust-release.yml@main
    secrets: inherit