Skip to content

Commit

Permalink
CI: fix typo in publish Action (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Nov 16, 2023
1 parent b6c769f commit 50cbf4d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
environment: release
permissions:
contents: write
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
permissions:
contents: write
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 50cbf4d

Please sign in to comment.