Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 2ca10bd

Browse files
Bump actions/create-release from 1 to 1.1.4
Bumps [actions/create-release](https://github.com/actions/create-release) from 1 to 1.1.4. - [Release notes](https://github.com/actions/create-release/releases) - [Commits](actions/create-release@v1...v1.1.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent bba2102 commit 2ca10bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
5151
- name: Create Release
5252
id: create_release
53-
uses: actions/create-release@v1
53+
uses: actions/create-release@v1.1.4
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
with:

0 commit comments

Comments
 (0)