Skip to content

Commit

Permalink
correction of github action to create release from tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Oct 4, 2024
1 parent 1c84814 commit 81137d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- name: Import plugin JAR files
id: import_jar_files
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v3
with:
name: ecocode-plugins
path: target
Expand Down

0 comments on commit 81137d2

Please sign in to comment.