Skip to content

Commit

Permalink
Merge pull request #9 from lucidsoftware/fix-release
Browse files Browse the repository at this point in the history
Fix release flow
  • Loading branch information
tmccombs committed Feb 26, 2024
2 parents 2c3374e + 58181d1 commit 118c824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download Artifacts
uses: actions/download-artifacts@v3
uses: actions/download-artifact@v4
with:
name: jars
- name: Upload Assets
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bash release.sh
run: bash release.sh

0 comments on commit 118c824

Please sign in to comment.