Skip to content

Commit

Permalink
Merge branch 'main' into test-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jandroav authored Sep 12, 2023
2 parents bdff9e0 + fb0da96 commit 3381583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-java@v3
with:
Expand All @@ -40,7 +40,7 @@ jobs:
run: echo "artifact_id=$(mvn help:evaluate -Dexpression=project.artifactId -q -DforceStdout)" >> $GITHUB_ENV

- name: Download Release Artifacts
uses: robinraju/release-downloader@v1.6
uses: robinraju/release-downloader@v1.8
with:
tag: "${{ github.event.release.tag_name }}"
filename: "${{ env.artifact_id }}-*"
Expand Down

0 comments on commit 3381583

Please sign in to comment.