Skip to content

Commit

Permalink
Update prepareRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonEismann authored Jun 14, 2021
1 parent 5e7351e commit 5f648ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepareRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
needs: [mergeDevelop]
steps:
- run: echo "{versionname}=$(grep -o ".\..\.." <<< "${{ github.event.milestone.title }}")" >> $GITHUB_ENV
- run: echo "versionname=$(grep -o ".\..\.." <<< "${{ github.event.milestone.title }}")" >> $GITHUB_ENV
- uses: actions/checkout@master
- uses: actions/create-release@latest
env:
Expand All @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v2
- run: git pull
- run: mvn clean install
- run: echo "{versionname}=$(grep -o ".\..\.." <<< "${{ github.event.milestone.title }}")" >> $GITHUB_ENV
- run: echo "versionname=$(grep -o ".\..\.." <<< "${{ github.event.milestone.title }}")" >> $GITHUB_ENV
- uses: jerray/publish-docker-action@master
with:
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 5f648ec

Please sign in to comment.