Skip to content

Commit

Permalink
adds suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
desaikd committed Jul 20, 2023
1 parent 84da490 commit 6b46ecc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
needs: build
permissions:
checks: write
contents: write
steps:
- name: set env
run: echo "RELEASE_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
Expand Down Expand Up @@ -75,6 +76,8 @@ jobs:
needs: build
permissions:
checks: write
contents: write
pages: write
steps:
- name: set env
run: echo "RELEASE_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
Expand Down

0 comments on commit 6b46ecc

Please sign in to comment.