Skip to content

Commit

Permalink
add missing environment to publishing workflow (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut authored Sep 17, 2023
1 parent 01a307f commit 0736cd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ name: Latest Release
on:
release:
types: [published]
workflow_dispatch:

jobs:
publish-release:
runs-on: ubuntu-latest
permissions:
id-token: write
environment: release
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 0736cd9

Please sign in to comment.