Skip to content

docs(changelog): Set release date #80

docs(changelog): Set release date

docs(changelog): Set release date #80

Workflow file for this run

name: staging
on:
workflow_dispatch:
push:
branches:
- main
jobs:
lint:
uses: spuxx1701/ci-cd/.github/workflows/npm_lint.yml@v2.1
test:
uses: spuxx1701/ci-cd/.github/workflows/npm_test-playwright.yml@v2.1
release_image:
needs:
- lint
- test
uses: spuxx1701/ci-cd/.github/workflows/release_image.yml@v2.1
secrets:
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}