Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 16aac2b

Browse files
Bump softprops/action-gh-release from 2.3.3 to 2.4.1
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.3.3 to 2.4.1. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2.3.3...v2.4.1) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf298f9 commit 16aac2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
AWS_SECRET_ACCESS_KEY: ${{ secrets.R2_ACCESS_KEY_SECRET }}
217217
AWS_ENDPOINT_URL: ${{ secrets.R2_S3_ENDPOINT }}
218218
- run: ./script/build.sh
219-
- uses: softprops/action-gh-release@v2.3.3
219+
- uses: softprops/action-gh-release@v2.4.1
220220
with:
221221
files: dist/coglet-*.whl
222222
prerelease: ${{ contains(github.ref, '.dev') }}

0 commit comments

Comments
 (0)