Skip to content

Commit

Permalink
chore(gha): adding .husky and changing release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Motevasselani committed Jun 10, 2023
1 parent 7789f93 commit cb5f6b9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build/distributions/${{ steps.get_project_info.outputs.PROJECT }}-${{ steps.get_project_info.outputs.VERSION }}.zip
asset_path: ./build/distributions/${{ steps.get_project_info.outputs.PROJECT }}.zip
asset_name: ${{ steps.get_project_info.outputs.PROJECT }}-${{ steps.get_project_info.outputs.VERSION }}.zip
asset_content_type: application/zip

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ build
.gradle
.idea
node_modules
.husky
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
6 changes: 6 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
# CHECK THIS FILE INTO SOURCE CONTROL!

. "$(dirname "$0")/_/husky.sh"

# [[ -e random-wait-deck/node_modules/.bin/lint-staged ]] && cd random-wait-deck; ./node_modules/.bin/lint-staged -p false
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ korkVersion=7.136.2
orcaVersion=8.24.7
echoVersion=2.34.6
kotlinVersion=1.4.32
version=0.0.24

# Uncomment to test against a specific Spinnaker version
#testSpinnakerVersion=1.28.7

0 comments on commit cb5f6b9

Please sign in to comment.