We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216bb24 commit f8eee36Copy full SHA for f8eee36
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: ansible-community/github-action-build-collection@main
18
19
- name: "Upload built collection to release"
20
- uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # 2.11.2
+ uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # 2.11.3
21
with:
22
repo_token: ${{ secrets.GITHUB_TOKEN }}
23
file: ${{ steps.build-collection.outputs.artifact-filename }}
0 commit comments