Skip to content

Commit

Permalink
chore: Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman committed Oct 16, 2024
1 parent 6f9b605 commit 779cfcc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
name: 'Release'
runs-on: ubuntu-latest
needs: test
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/next')
steps:
- name: 'Checkout repository'
Expand Down

0 comments on commit 779cfcc

Please sign in to comment.