Skip to content

Commit

Permalink
ci(github): add step to generate release version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGolms committed Jan 19, 2021
1 parent b722625 commit 282e676
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- master

jobs:
build_and_deploy_job:
Expand All @@ -22,6 +18,8 @@ jobs:
run: npm install
- name: Generate Optimized Images
run: npm run generate:images
- name: Generate Release Version
run: npm run generate:release
- name: Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v0.0.1-preview
Expand Down

0 comments on commit 282e676

Please sign in to comment.