Skip to content

Commit 5f712a9

Browse files
committed
fix: temporary disable published release check
1 parent 0a1c8bf commit 5f712a9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
# Ensure the workflow is being run for a published release
12-
- name: Validate Release
13-
run: |
14-
if [ -z "${{ github.event.release.tag_name }}" ]; then
15-
echo "This workflow must be run in the context of a published release.";
16-
exit 1;
17-
fi
18-
echo "Running workflow for release: ${{ github.event.release.tag_name }}";
19-
2011
- name: Checkout code
2112
uses: actions/checkout@v4
2213

0 commit comments

Comments
 (0)