Skip to content

Commit

Permalink
ci: bump action version
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Oct 27, 2024
1 parent 928bfde commit 10fe0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: zip aemet_exporter-${{ matrix.goos }}-${{ matrix.goarch }}.zip aemet_exporter
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: aemet_exporter-${{ matrix.goos }}-${{ matrix.goarch }}.zip
tag_name: latest

0 comments on commit 10fe0a1

Please sign in to comment.