Skip to content

Commit

Permalink
build(github-action): remove snapshot logic from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbase12 committed Jul 26, 2024
1 parent ab1b601 commit 3b21ba3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
working-directory: code
run: |
echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" | tr '/' '-' >> $GITHUB_OUTPUT
echo "## Checking if string ends with the suffix"
if [[ "$(lein project-version)" == *"${SNAPSHOT}" ]]; then
echo "snapshot=true" >> $GITHUB_ENV
else
echo "snapshot=false" >> $GITHUB_ENV
fi
id: prepare-step

build:
Expand Down

0 comments on commit 3b21ba3

Please sign in to comment.