Skip to content

Commit

Permalink
Fix bad release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Aug 2, 2022
1 parent 1d5b8d2 commit aaf6531
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 @@ -15,6 +15,9 @@ jobs:
name: Publish
runs-on: ubuntu-latest
timeout-minutes: 10
env:
GH_PACKAGE_READ_ACCESS_USER: ${{ secrets.GH_PACKAGE_READ_ACCESS_USER }}
GH_PACKAGE_READ_ACCESS_TOKEN: ${{ secrets.GH_PACKAGE_READ_ACCESS_TOKEN }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit aaf6531

Please sign in to comment.