Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
merwan committed Apr 19, 2024
1 parent 48fbefc commit b6243cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,17 @@ jobs:
path: info

build:
needs: [ release ]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v1
with:
name: info
- name: Set upload_url
id: upload_info
run: |
upload_url=$(cat info/upload_url)
echo "upload_url=$upload_url" >> $GITHUB_OUTPUT
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK 17
Expand Down

0 comments on commit b6243cd

Please sign in to comment.