Skip to content

Commit

Permalink
chore: fix github release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MellKam committed Mar 22, 2024
1 parent 8dbb128 commit b3d070e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Release

permissions:
contents: write

on:
push:
tags:
Expand All @@ -13,8 +10,7 @@ jobs:
if: github.event.base_ref == 'refs/heads/main'
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
contents: write
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit b3d070e

Please sign in to comment.