Merge pull request #158 from simple-login/chore/fix-release-process

Fix release process
This commit is contained in:
Son Nguyen Kim
2022-08-02 17:41:46 +02:00
committed by GitHub
2 changed files with 7 additions and 4 deletions
+5 -2
View File
@@ -81,6 +81,9 @@ jobs:
variant: ['full', 'lite']
steps:
- name: Build info
run: echo "Starting build process for variant = ${{ matrix.variant }}"
- name: Checkout repository
uses: actions/checkout@v2
with:
@@ -118,7 +121,7 @@ jobs:
npm run generate:buildconfig
- name: Build lite version
if: ${{ matrix.variant }} == 'lite'
if: matrix.variant == 'lite'
shell: bash
run: |
npm install
@@ -126,7 +129,7 @@ jobs:
SUFFIX=lite npm run build-zip
- name: Build full version
if: ${{ matrix.variant }} == 'full'
if: matrix.variant == 'full'
shell: bash
run: |
npm install
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "simplelogin-extension",
"version": "2.6.3",
"version": "2.7.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "simplelogin-extension",
"version": "2.6.3",
"version": "2.7.0",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",