Skip to content

Commit

Permalink
Automate version change
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Nov 21, 2023
1 parent 27a010d commit f53fa8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
with:
java-version: 11
- uses: coursier/cache-action@v5
- name: change version
run: |
echo 'ThisBuild / version := "${{ inputs.version }}"' > version.sbt
- name: build-libs
id: build-libs
run: |
Expand Down

0 comments on commit f53fa8f

Please sign in to comment.