Skip to content

Commit

Permalink
quick fix for broken release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Jan 26, 2021
1 parent 0d808f3 commit beb21c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: mvn -B package --file pom.xml
- name: Get Maven version
run: echo "::set-env name=VERSION::$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)"
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit beb21c8

Please sign in to comment.