Skip to content

Commit

Permalink
Fixing release version (#33)
Browse files Browse the repository at this point in the history
This change ensures that the tag that sbt sees is the correct one.
  • Loading branch information
lhchavez authored Jul 13, 2020
1 parent 31456f3 commit 8a88fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

- name: Package
run: |
git tag -f ${{ steps.bump-version.outputs.tag }}
sbt proguard:proguard
mv ./target/scala-2.11/proguard/libinteractive_2.11-*.jar \
./target/scala-2.11/proguard/libinteractive.jar
Expand Down

0 comments on commit 8a88fb8

Please sign in to comment.