Merge pull request #158 from simple-login/chore/fix-release-process
Fix release process
This commit is contained in:
@@ -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
|
||||
|
||||
Generated
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user