Skip to content

Commit cb5f6b9

Browse files
author
Cameron Motevasselani
committed
chore(gha): adding .husky and changing release.yml
1 parent 7789f93 commit cb5f6b9

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878
with:
7979
upload_url: ${{ steps.create_release.outputs.upload_url }}
80-
asset_path: ./build/distributions/${{ steps.get_project_info.outputs.PROJECT }}-${{ steps.get_project_info.outputs.VERSION }}.zip
80+
asset_path: ./build/distributions/${{ steps.get_project_info.outputs.PROJECT }}.zip
8181
asset_name: ${{ steps.get_project_info.outputs.PROJECT }}-${{ steps.get_project_info.outputs.VERSION }}.zip
8282
asset_content_type: application/zip
8383

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ build
22
.gradle
33
.idea
44
node_modules
5-
.husky

.husky/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/pre-commit

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
# CHECK THIS FILE INTO SOURCE CONTROL!
3+
4+
. "$(dirname "$0")/_/husky.sh"
5+
6+
# [[ -e random-wait-deck/node_modules/.bin/lint-staged ]] && cd random-wait-deck; ./node_modules/.bin/lint-staged -p false

gradle.properties

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ korkVersion=7.136.2
77
orcaVersion=8.24.7
88
echoVersion=2.34.6
99
kotlinVersion=1.4.32
10-
version=0.0.24
1110

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

0 commit comments

Comments
 (0)