Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Workaround for release run
Browse files Browse the repository at this point in the history
  • Loading branch information
k-wall committed Mar 9, 2021
1 parent 9923d6e commit e335cee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
echo "::set-output name=VERSION::$(grep "release.version" pom.properties| cut -d'=' -f2)"
echo "::set-env name=TAG::$(grep "maven.version" pom.properties| cut -d'=' -f2)"
echo "::set-output name=TAG::$(grep "maven.version" pom.properties| cut -d'=' -f2)"
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

- name: Install dependencies
run: ./.github/scripts/install_dep.sh
Expand All @@ -48,6 +50,8 @@ jobs:

- name: Minikube setup with registry
uses: EnMasseProject/[email protected]
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

- name: Set up JDK 11
uses: actions/setup-java@v1
Expand Down

0 comments on commit e335cee

Please sign in to comment.