Skip to content

Commit

Permalink
fix: temporary disable published release check
Browse files Browse the repository at this point in the history
  • Loading branch information
ttypic committed Dec 11, 2024
1 parent 0a1c8bf commit 5f712a9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ jobs:
runs-on: ubuntu-latest

steps:
# Ensure the workflow is being run for a published release
- name: Validate Release
run: |
if [ -z "${{ github.event.release.tag_name }}" ]; then
echo "This workflow must be run in the context of a published release.";
exit 1;
fi
echo "Running workflow for release: ${{ github.event.release.tag_name }}";
- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit 5f712a9

Please sign in to comment.