Skip to content

fix(GODT-2776): Relax From & Sender validation checks #133

fix(GODT-2776): Relax From & Sender validation checks

fix(GODT-2776): Relax From & Sender validation checks #133

Workflow file for this run

name: Release workflow
on:
push:
branches: master
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Get sources
uses: actions/checkout@v3
- uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ github.token }}