Skip to content

chore: fix edit button #51

chore: fix edit button

chore: fix edit button #51

Workflow file for this run

name: CICD
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
publish:
uses: cloud-cli/workflows/.github/workflows/docker-ghcr-build.yml@main
with:
name: cloud-cli/storage
baseImage: cloud-cli/node:latest
type: node
release:
uses: homebots/workflows/.github/workflows/node-build-release.yml@master
with:
branches: main
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}