Skip to content

feat: 🔊 Add logging about request that is built for counte… #29

feat: 🔊 Add logging about request that is built for counte…

feat: 🔊 Add logging about request that is built for counte… #29

Workflow file for this run

on: push
name: On push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
echo $
echo $
- name: Node Setup
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: yarn
- run: yarn build:server
- run: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
DOCKER_REGISTRY_USER: ${{ secrets.DOCKER_REGISTRY_USER }}
DOCKER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
if: ${{ github.ref_name == 'main' }}