Skip to content

build(deps): bump alpine from 3.18 to 3.19 #23

build(deps): bump alpine from 3.18 to 3.19

build(deps): bump alpine from 3.18 to 3.19 #23

Workflow file for this run

name: Release test
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
# Only for testing of the release environment.
semantic:
name: Semantic-Release-Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Nodejs
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install @semantic-release/changelog @semantic-release/git @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/exec @semantic-release/git semantic-release/release-notes-generator
- name: Release (Dry-Run)
run: npx semantic-release -d
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}