Skip to content

Commit

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

0 comments on commit d3eec94

Please sign in to comment.