Skip to content

Commit

Permalink
Fix folder name in release script; re-trigger release to properly cre…
Browse files Browse the repository at this point in the history
…ate distributables
  • Loading branch information
manovotn committed Jul 2, 2024
1 parent 6c4b434 commit bc8a9a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Weld Core release
release:
current-version: 6.0.0.Beta2
current-version: 6.0.0.Beta3
next-version: 6.0.0-SNAPSHOT
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Weld Parent Release
name: Weld Core Release

on:
pull_request:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
mvn -B release:perform -Drelease
git push
git push --tags
cd build
cd dist
gradle -PweldVersion=${{steps.metadata.outputs.current-version}} -PweldPath=${GITHUB_WORKSPACE}
- name: Upload dist ZIP file
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bc8a9a8

Please sign in to comment.