Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas authored Dec 30, 2024
1 parent fd2a5d8 commit 27ccebe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
release:
types: [published]

permissions:
contents: write

jobs:
release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -78,4 +81,6 @@ jobs:
upload_url: ${{ github.event.release.upload_url }}
asset_path: build/distributions/ois-idea-plugin-${{ env.VERSION }}.zip
asset_name: ois-idea-plugin-${{ env.VERSION }}.zip
asset_content_type: application/zip
asset_content_type: application/zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 27ccebe

Please sign in to comment.