Skip to content

Commit

Permalink
disable compressing for now
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed May 6, 2020
1 parent 2859f8c commit 6dfe406
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
npm run build:github
npm run build:azure
npm run compress:github
npm run compress:azure
# npm run compress:github
# npm run compress:azure
name: Build code
- name: Install GitVersion
uses: ./gitversion/setup
with:
versionSpec: '5.1.x'
versionSpec: '5.x'
- name: Use GitVersion
id: gitversion # step id used as reference for output values
uses: ./gitversion/execute
Expand Down

0 comments on commit 6dfe406

Please sign in to comment.