From cf44dddb2f3204911970819983d450cfaf4491bb Mon Sep 17 00:00:00 2001 From: Andrew Neisch Date: Thu, 15 Dec 2022 11:13:57 -0600 Subject: [PATCH] Changes --- .github/workflows/check-ha-release-compatibility.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/check-ha-release-compatibility.yml b/.github/workflows/check-ha-release-compatibility.yml index be0fbc8a..568df4d3 100644 --- a/.github/workflows/check-ha-release-compatibility.yml +++ b/.github/workflows/check-ha-release-compatibility.yml @@ -68,11 +68,6 @@ jobs: if: (github.event_name == 'repository_dispatch') && (github.event.client_payload.release_type == 'major') && (github.event.client_payload.branch == 'stable') steps: - uses: actions/checkout@v1 - - name: Push Tag - uses: laputansoft/github-tag-action@v4.6 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ github.event.client_payload.version }} - name: Create Release id: create_release uses: actions/create-release@v1