Merge pull request #345 from helsingborg-stad/fix/typography-headings #22
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Bump version and create release | |
on: | |
push: | |
branches: [main] | |
jobs: | |
release: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
with: | |
fetch-depth: 0 | |
- name: Create Release and bump version files | |
uses: helsingborg-stad/release-wp-plugin-action@1.0.2 | |
with: | |
php-version: 8.2 | |
node-version: 20.6.0 |