Skip to content

ci: Updated workflow name #59

ci: Updated workflow name

ci: Updated workflow name #59

Workflow file for this run

name: Release & Publish
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release_publish:
uses: maicol07/actions/.github/workflows/release_publish_npm.yml@main
with:
release_channel: ${{ github.event.inputs.release_channel }}
secrets: inherit