Skip to content

Commit

Permalink
give write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
monatis committed Dec 3, 2024
1 parent fa5aceb commit 6f87ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-24.04] #, windows-latest]
permissions:
contents: write

steps:
- name: Checkout Repository
Expand All @@ -37,5 +39,3 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: target/release/letsearch
#token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}

0 comments on commit 6f87ac0

Please sign in to comment.