Skip to content

feat: Updated media materials for furniture shop project #2

feat: Updated media materials for furniture shop project

feat: Updated media materials for furniture shop project #2

Workflow file for this run

name: Automated Release
on:
push:
branches:
- main
jobs:
release:
name: Run Semantic Release
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
persist-credentials: false # Важно для корректной работы semantic-release
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-node-version: 20
- name: Install Semantic Release
run: npm install -g semantic-release @semantic-release/github @semantic-release/git @semantic-release/release-notes-generator @semantic-release/commit-analyzer
- name: Run Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release