Skip to content

Commit

Permalink
Merge pull request #20 from retailnext/release-workflow
Browse files Browse the repository at this point in the history
Remove check on release deployment
  • Loading branch information
eriksw authored Mar 20, 2022
2 parents 3b313f1 + 5095a0b commit 3c02347
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
java-version: '8'
distribution: 'zulu'
- name: Deploy Release with Maven
if: ${{ endsWith(steps.project.outputs.version, '-SNAPSHOT') }}
run: >
mvn --batch-mode --no-transfer-progress \
-Drevision="${GITHUB_REF_NAME##v}" \
Expand Down

0 comments on commit 3c02347

Please sign in to comment.