Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aneisch committed Dec 15, 2022
1 parent 69d721a commit cf44ddd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/check-ha-release-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.event.client_payload.version }}
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit cf44ddd

Please sign in to comment.