Skip to content

Commit

Permalink
ci: github push released as pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkar-jain authored Dec 8, 2023
1 parent 95143fa commit d175602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- name: Calculate release version
run: |
echo "release_version=1.$(date +'%g%m%d%H%M').0" >> $GITHUB_ENV
echo "release_version=1.$(date +'%g%m%d%H%M').0-alpha" >> $GITHUB_ENV
- name: Set version
run: |
sed -i "s/1.SNAPSHOT/${{ env.release_version }}/g" build.gradle.kts
Expand Down

0 comments on commit d175602

Please sign in to comment.