Skip to content

Commit

Permalink
Merge pull request #1150 from Program-AR/develop
Browse files Browse the repository at this point in the history
1.12.0 Re-release
  • Loading branch information
tfloxolodeiro authored Oct 18, 2022
2 parents 89fb521 + 205aaf1 commit a2f7337
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
- run: echo "EXPERIMENT_GROUP=notAffected" >> $GITHUB_ENV
- run: echo "EXPERIMENT_GROUP=autoassign" >> $GITHUB_ENV
- run: npm install
- run: npm run build:prod
- run: npm run pack:linux
Expand All @@ -58,7 +58,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
- run: echo "EXPERIMENT_GROUP=notAffected" >> $GITHUB_ENV
- run: echo "EXPERIMENT_GROUP=autoassign" >> $GITHUB_ENV
- run: npm install
- run: npm run build:prod
- run: npm run pack:osx
Expand All @@ -77,7 +77,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
- run: echo "EXPERIMENT_GROUP=notAffected" >> $GITHUB_ENV
- run: echo "EXPERIMENT_GROUP=autoassign" >> $GITHUB_ENV
- run: npm install
- run: npm run build:prod
- run: npm run pack:win32
Expand Down

0 comments on commit a2f7337

Please sign in to comment.