Skip to content

Release extension

Release extension #41

Workflow file for this run

name: Release faucet
on:
workflow_dispatch:
inputs:
DOTENV:
type: string
env:
CI: false
jobs:
setup:
runs-on: ubuntu-latest
steps:
- run: echo "Hello $DOTENV"
env:
DOTENV: ${{ inputs.DOTENV }}