Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ofilangi committed Feb 21, 2024
1 parent a444936 commit c70ee2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
cache: sbt
- run: |
export PROG_VERSION=${GITHUB_REF_NAME} && [[ ${GITHUB_REF_TYPE} = "branch" ]] && export PROG_VERSION=${GITHUB_REF_NAME}"-SNAPSHOT"
echo "PROG_VERSION=$PROG_VERSION GITHUB_REF_TYPE=${GITHUB_REF_TYPE} GITHUB_REF_NAME=${GITHUB_REF_NAME}"
echo "VERSION=$PROG_VERSION"
sbt ci-release
env:
Expand Down

0 comments on commit c70ee2c

Please sign in to comment.