Skip to content

chore(deps): bump gatsby-remark-prismjs from 7.12.0 to 7.13.1 (#109) #58

chore(deps): bump gatsby-remark-prismjs from 7.12.0 to 7.13.1 (#109)

chore(deps): bump gatsby-remark-prismjs from 7.12.0 to 7.13.1 (#109) #58

Workflow file for this run

name: Release
on:
push:
branches: [ "main" ]
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
- run: npm test
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run semantic-release