We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f91a2 commit 566a108Copy full SHA for 566a108
.github/workflows/docker.yml
@@ -69,7 +69,7 @@ jobs:
69
run: zip pvpc_exporter-${{ matrix.goos }}-${{ matrix.goarch }}.zip pvpc_exporter
70
- name: Create Release
71
id: create_release
72
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
73
with:
74
files: pvpc_exporter-${{ matrix.goos }}-${{ matrix.goarch }}.zip
75
tag_name: latest
0 commit comments