Skip to content

Commit

Permalink
chore: action
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtion committed May 6, 2024
1 parent 4ef4890 commit 6f66609
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -26,6 +26,4 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
files: fh_sms_notice
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
files: fh_sms_notice

0 comments on commit 6f66609

Please sign in to comment.