Skip to content

Bump version to 0.3.3 and update tested version to 6.5 #12

Bump version to 0.3.3 and update tested version to 6.5

Bump version to 0.3.3 and update tested version to 6.5 #12

Workflow file for this run

on:
push:
tags:
- '*'
name: Create Release
jobs:
release:
name: Create Release
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Create Release
uses: technote-space/release-github-actions@v8
with:
BUILD_COMMAND: 'composer install --no-dev --ignore-platform-reqs && npm ci && npm run build'
CLEAN_TEST_TAG: true
CLEAN_TARGETS: .[!.]*,__tests__,src,package.json,package-lock.json,node_modules,tests,*.xml,vite.config.js,composer.lock,bin,.vscode,phpstan.neon.dist,phpunit.xml.dist,build.json,bun.lockb
COMMIT_MESSAGE: 'Built release for ${{ steps.get_version.outputs.VERSION }}. For a full change log look at the notes within the original/${{ steps.get_version.outputs.VERSION }} release.'
CREATE_MAJOR_VERSION_TAG: false
CREATE_MINOR_VERSION_TAG: false
CREATE_PATCH_VERSION_TAG: false
GITHUB_TOKEN: ${{ secrets.TOKEN }}
ORIGINAL_TAG_PREFIX: original/
OUTPUT_BUILD_INFO_FILENAME: build.json
TEST_TAG_PREFIX: test/
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: biometric-authentication