Skip to content

Make automatic releases with semantic-release #6

Make automatic releases with semantic-release

Make automatic releases with semantic-release #6

name: semantic-release-dry-run
on:
workflow_dispatch:
push:
branches-ignore:
- main
jobs:
semantic-release-dry-run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: actions/setup-node@v4
- run: npm install
- run: npx semantic-release --dry-run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
GOOGLE_CLIENT_SECRET: ${{ secrets.GOOGLE_CLIENT_SECRET }}
GOOGLE_REFRESH_TOKEN: ${{ secrets.GOOGLE_REFRESH_TOKEN }}
WEB_EXT_API_KEY: UNSET
WEB_EXT_API_SECRET: UNSET