Skip to content

Commit

Permalink
updating action-gh-release in order to fix release failure fetching tag
Browse files Browse the repository at this point in the history
  • Loading branch information
d-honeybadger committed Aug 15, 2024
1 parent 367d336 commit 8c006c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
DOCKER_REPO=${DOCKER_ORG}/do-csi-plugin make publish
- name: create Github release
uses: softprops/action-gh-release@b7e450da2a4b4cb4bfbae528f788167786cfcedf # v0.1.5
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 8c006c5

Please sign in to comment.