Skip to content

chore(deps): update golang:1.23.4 docker digest to b01f7c7 (#393) #40

chore(deps): update golang:1.23.4 docker digest to b01f7c7 (#393)

chore(deps): update golang:1.23.4 docker digest to b01f7c7 (#393) #40

Workflow file for this run

name: Create semantic tag
on:
push:
branches: [main]
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: "lts/*"
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx [email protected]