diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 86220bb..5ba70a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -222,10 +222,10 @@ jobs: uses: actions/checkout@v4 if: env.LTS == 'true' - - name: Download build artifacts - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v4 + if: env.SNAPSHOT == 'false' with: - name: boxlang-build + name: ${{ needs.package.outputs.packageName }} path: .tmp - name: Setup Gradle @@ -248,5 +248,5 @@ jobs: author_email: info@ortussolutions.com message: "Version bump" add: | - gradle.properties + package.json changelog.md \ No newline at end of file