Skip to content

Commit 3e0bb66

Browse files
committed
pin gh-release action to v2.2.2
1 parent 47670ac commit 3e0bb66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-wheels-cu124-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
# Store the date in environment variable for the release step
113113
echo "BUILD_DATE=$currentDate" >> $GITHUB_ENV
114114
115-
- uses: softprops/action-gh-release@v2 # Action to create a GitHub Release
115+
- uses: softprops/action-gh-release@v2.2.2 # Action to create a GitHub Release
116116
with:
117117
files: dist/* # Upload the generated wheel files from the dist directory
118118
# Define the release tag name using the collected environment variables

.github/workflows/build-wheels-cu126-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
# Store the date in environment variable for the release step
113113
echo "BUILD_DATE=$currentDate" >> $GITHUB_ENV
114114
115-
- uses: softprops/action-gh-release@v2 # Action to create a GitHub Release
115+
- uses: softprops/action-gh-release@v2.2.2 # Action to create a GitHub Release
116116
with:
117117
files: dist/* # Upload the generated wheel files from the dist directory
118118
# Define the release tag name using the collected environment variables

.github/workflows/build-wheels-cuda-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
$currentDate = Get-Date -UFormat "%Y%m%d"
124124
Write-Output "BUILD_DATE=$currentDate" >> $env:GITHUB_ENV
125125
126-
- uses: softprops/action-gh-release@v2
126+
- uses: softprops/action-gh-release@v2.2.2
127127
with:
128128
files: dist/*
129129
# Set tag_name to <tag>-cu<cuda_version>-<date>-win

0 commit comments

Comments
 (0)