Skip to content

Commit dd3b4c0

Browse files
authored
fix: remove production trigger until ready
1 parent 74b5506 commit dd3b4c0

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/prepare-release.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,3 @@ jobs:
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.ga_token }}
4444
run: gh release upload ${{ steps.release.outputs.tag_name }} ${{github.workspace}}/$GITHUB_REPO_SLUG-$GITHUB_TAG.zip --clobber
45-
- name: Check if workflow file exists
46-
if: ${{ steps.release.outputs.release_created }}
47-
id: checkfile
48-
run: |
49-
echo "Checking for the file..."
50-
if [ -f .github/workflows/after-release.yml ]; then
51-
echo "exists=true" >> $GITHUB_ENV
52-
else
53-
echo "exists=false" >> $GITHUB_ENV
54-
fi
55-
- name: Update production branch
56-
if: ${{ steps.release.outputs.release_created }} && ${{ env.exists == 'true' }}
57-
uses: benc-uk/workflow-dispatch@v1
58-
with:
59-
workflow: "after-release.yml"
60-
token: ${{ secrets.ga_token }}

0 commit comments

Comments
 (0)