Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dhet committed May 22, 2020
1 parent 0bf64e0 commit f75cf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: echo "::set-output name=version::$(sbt version | tail -n 1 | awk '{print $2}')"
- name: Create tag
if: ${{ steps.sbt_version.outputs.version != steps.last_tag.outputs.tag }}
uses: richardsimko/update-tag@1.0.3
uses: richardsimko/update-tag@v1.0.3
with:
tag_name: ${{ steps.sbt_version.outputs.version }}
env:
Expand Down

2 comments on commit f75cf01

@sholu
Copy link

@sholu sholu commented on f75cf01 Apr 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @dhet ,
Awesome work!!

Any plans to upgrade it further to v9
"org.flywaydb" % "flyway-core" % "9.16.3"

@dhet
Copy link
Owner Author

@dhet dhet commented on f75cf01 May 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @sholu thanks, I'm afraid I don't have the time. Feel free to contribute though!

Please sign in to comment.