Skip to content

Commit

Permalink
Update canary_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pixkk authored Oct 2, 2024
1 parent 671756c commit 5217c0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/canary_ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: CI

on:
workflow_call:
workflow_dispatch:
inputs:
version:
versionNumber:
description: 'Canary version number'
default: '0.0.0'
required: true
type: string

env:
NODE_VERSION: 16
GOOGLE_SERVICE_INFO_PLIST: ${{secrets.GOOGLE_SERVICE_INFO_PLIST}}
Expand All @@ -26,7 +26,7 @@ jobs:
run: npm i; cd NUXT; npm i
- name: Set App Version
working-directory: NUXT
run: sed -i 's/dev-local/${{ inputs.version }}/' nuxt.config.js
run: sed -i 's/dev-local/${{ inputs.versionNumber }}/' nuxt.config.js
- name: Build web assets
working-directory: NUXT
run: npm run generate
Expand Down

0 comments on commit 5217c0c

Please sign in to comment.