Skip to content

build(deps-dev): bump semantic-release from 23.0.5 to 23.0.6 #191

build(deps-dev): bump semantic-release from 23.0.5 to 23.0.6

build(deps-dev): bump semantic-release from 23.0.5 to 23.0.6 #191

Workflow file for this run

name: release
"on":
push:
branches:
- main
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GR2M_PAT }}
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: npm ci
- run: npm run build
- run: rm .gitignore
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GR2M_PAT }}
- run: >-
git push
https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
HEAD:refs/heads/v1
env:
GITHUB_TOKEN: ${{ secrets.GR2M_PAT }}