Skip to content

Commit

Permalink
fix: use snapshot version after publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Mar 28, 2023
1 parent aa789b2 commit d296201
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,7 @@ jobs:
SNAPSHOT_VERSION=$VERSION
# Persist the "version" in the gradle.properties
sed -i 's/version=.*/version=${{ github.event.inputs.version }}/g' gradle.properties
sed -i "s/version=.*/version=$SNAPSHOT_VERSION/g" gradle.properties
# Commit and push to origin develop
git add gradle.properties
Expand Down

0 comments on commit d296201

Please sign in to comment.