Skip to content

fix: Update ref of docker-build in build-push workflow #67

fix: Update ref of docker-build in build-push workflow

fix: Update ref of docker-build in build-push workflow #67

Workflow file for this run

---
name: release
on:
push:
branches:
- main
jobs:
release:
name: release
runs-on:
- ubuntu-latest
permissions:
contents: write
steps:
- name: checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
persist-credentials: false
- name: setup node.js
uses: actions/setup-node@v6
with:
node-version: "lts/*"
- name: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |-
npx semantic-release@22