Skip to content

Commit

Permalink
chore(build): try to release 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Motevasselani committed Jun 10, 2023
1 parent 068e6c5 commit ce87fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
echo ::set-output name=PROJECT::$(basename `pwd`)
echo ::set-output name=PROJECT_KEBAB::$(basename `pwd` | sed 's/\([a-z0-9]\)\([A-Z]\)/\1_\L\2/g')
echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
echo ::set-output name=VERSION::$(echo ${GITHUB_REF/refs\/tags\//} | sed 's/v//')
echo ::set-output name=REPO::${GITHUB_REPOSITORY}
echo ::set-output name=CONTENTS::$(ls ./build/distributions)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ korkVersion=7.136.2
orcaVersion=8.24.7
echoVersion=2.34.6
kotlinVersion=1.4.32
version=0.0.16
version=0.0.17

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

0 comments on commit ce87fc9

Please sign in to comment.