Skip to content

Commit e057c98

Browse files
Bump svenstaro/upload-release-action (#330)
Bumps the github-actions-dependency group with 1 update: [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action). Updates `svenstaro/upload-release-action` from 2.11.1 to 2.11.2 - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](svenstaro/upload-release-action@5e35e58...81c65b7) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependency ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84d2b9a commit e057c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
regex: '^refs/tags/[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)+(\.[0-9]+rc[0-9]+|rc[0-9]+)?$'
6363
- name: Upload package distributions to github
6464
if: ${{ steps.check-tag.outputs.match != '' }}
65-
uses: svenstaro/upload-release-action@5e35e583720436a2cc5f9682b6f55657101c1ea1 # v2.11.1
65+
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2.11.2
6666
with:
6767
repo_token: ${{ secrets.GITHUB_TOKEN }}
6868
file: dist/*

0 commit comments

Comments
 (0)