Update release.yml

This commit is contained in:
David Daly
2024-01-29 16:32:02 +00:00
committed by GitHub
parent ea0d6338c1
commit b5c14d38d4
+4
View File
@@ -2,6 +2,10 @@ name: 'release'
on: # rebuild any PRs and main branch changes
release:
types: [created]
permissions:
id-token: write
contents: write
packages: write
jobs:
package-and-publish:
runs-on: ubuntu-latest