Skip to content

Commit

Permalink
chore: change snapshot release version (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
tallnato authored Dec 6, 2024
1 parent 49cdf58 commit ae10573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:

- name: Upload Github
env:
RELEASE_NAME: ${{ github.event.release.name }}-SNAPSHOT
RELEASE_NAME: ${{ github.event.release.name }}
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
run: ./gradlew kmvi:publishAllPublicationsToGitHubPackagesRepository

0 comments on commit ae10573

Please sign in to comment.