Skip to content

Commit

Permalink
Fix prep_next_release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeers committed Aug 5, 2024
1 parent c77f4c9 commit a45f893
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -248,5 +248,5 @@ jobs:
author_email: info@ortussolutions.com
message: "Version bump"
add: |
gradle.properties
package.json
changelog.md

0 comments on commit a45f893

Please sign in to comment.