Skip to content

Commit 0736cd9

Browse files
authored
add missing environment to publishing workflow (#20)
1 parent 01a307f commit 0736cd9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ name: Latest Release
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
jobs:
89
publish-release:
910
runs-on: ubuntu-latest
1011
permissions:
1112
id-token: write
13+
environment: release
1214
steps:
1315
- name: Check out repository
1416
uses: actions/checkout@v4

0 commit comments

Comments
 (0)