Skip to content

Commit 740cadc

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 1044dd9 commit 740cadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.2
220220
with:
221221
files: dist/coglet-*.whl
222222
prerelease: ${{ contains(github.ref, '.dev') }}

0 commit comments

Comments
 (0)