Skip to content

Commit

Permalink
Remove test prefix from build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Apr 2, 2024
1 parent 6792a5c commit 082187b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,7 @@ jobs:
path: results/java-lt/src/

- name: Set dictionary version
# TODO: remove 'test-' prefix!
run: echo "PT_DICT_VERSION=test-$(git describe --tags --abbrev=0 | sed 's/^v//g')" >> $GITHUB_ENV
run: echo "PT_DICT_VERSION=$(git describe --tags --abbrev=0 | sed 's/^v//g')" >> $GITHUB_ENV

- name: Set up JDK 11 for x64
uses: actions/setup-java@v3
Expand Down

0 comments on commit 082187b

Please sign in to comment.