Skip to content

Commit

Permalink
Update pre-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThuF authored Aug 5, 2021
1 parent 5c13186 commit e90d12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: 13
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
- name: Set Dirigible Version
run: echo DIRIGIBLE_VERSION=${GITHUB_REF#refs/*/} | tr pre " " | sed 's/ //' >> $GITHUB_ENV
run: echo DIRIGIBLE_VERSION=${GITHUB_REF#refs/*/} | tr pre " " | sed 's/ //' >> $GITHUB_ENV

- name: Build Dirigible
run: mvn clean install
Expand Down

0 comments on commit e90d12c

Please sign in to comment.