Skip to content

Commit

Permalink
Merge pull request #3 from anarion80/dev
Browse files Browse the repository at this point in the history
🚨 Fix lint on action files
  • Loading branch information
anarion80 authored Mar 7, 2024
2 parents 9abbb66 + b2e2fca commit b6314b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ autolabeler:
- label: 'enhancement'
branch:
- '/feature\/.+/'
- '/feat\/.+/'
- '/feat\/.+/'
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
with:
disable-releaser: github.ref != 'refs/heads/main'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
file: ./custom_components/tech/tech.zip
asset_name: tech.zip
tag: ${{ github.ref }}
overwrite: true
overwrite: true

0 comments on commit b6314b8

Please sign in to comment.