Skip to content

Commit

Permalink
Add further needed updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed May 16, 2024
1 parent f259d24 commit 62f91e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
environment: release
permissions:
contents: write
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 62f91e0

Please sign in to comment.