We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1c8bf commit 5f712a9Copy full SHA for 5f712a9
.github/workflows/release.yaml
@@ -8,15 +8,6 @@ jobs:
8
runs-on: ubuntu-latest
9
10
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
-
20
- name: Checkout code
21
uses: actions/checkout@v4
22
0 commit comments