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 84d2b9a commit e057c98Copy full SHA for e057c98
.github/workflows/publish.yaml
@@ -62,7 +62,7 @@ jobs:
62
regex: '^refs/tags/[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)+(\.[0-9]+rc[0-9]+|rc[0-9]+)?$'
63
- name: Upload package distributions to github
64
if: ${{ steps.check-tag.outputs.match != '' }}
65
- uses: svenstaro/upload-release-action@5e35e583720436a2cc5f9682b6f55657101c1ea1 # v2.11.1
+ uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2.11.2
66
with:
67
repo_token: ${{ secrets.GITHUB_TOKEN }}
68
file: dist/*
0 commit comments