We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a817d5e commit cde999eCopy full SHA for cde999e
1 file changed
.github/workflows/deploy.yaml
@@ -11,6 +11,8 @@ jobs:
11
if: "startsWith(github.event.head_commit.message, 'Bump version:')"
12
name: Condarise and Tag
13
uses: tidywf/.github/.github/workflows/condarise-and-tag.yaml@main
14
+ permissions:
15
+ contents: write
16
with:
17
pkg_name: nemo
18
pkg_version: '0.0.3.9006' # bump
@@ -20,6 +22,8 @@ jobs:
20
22
name: Pkgdownise
21
23
needs: [condarise_and_tag]
24
uses: tidywf/.github/.github/workflows/pkgdownise.yaml@main
25
26
27
28
29
0 commit comments