Skip to content

Update MySQL image version to 9 #20

Update MySQL image version to 9

Update MySQL image version to 9 #20

name: Verify and Release
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for trusted publishing and npm provenance
jobs:
verify:
uses: ./.github/workflows/run-tests.yaml
release:
name: Release new version
runs-on: faww/waf-ci:latest
needs: verify
steps:
- name: Checkout
uses: actions/checkout@v7
with:
fetch-depth: 2
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "lts/*"
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release # <- The Run Commnand