iamolegga/nestjs-configure-after

View on GitHub
.github/workflows/on-release.yml

Summary

Maintainability
Test Coverage
name: on-release

on:
  release:
    types: [created]

jobs:
  publish-with-git-tag-version:
    uses: ./.github/workflows/publish-with-git-tag-version.yml
    secrets: inherit