We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be3b9f commit 6a68080Copy full SHA for 6a68080
.github/actions/make_release/entrypoint.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash -l
2
3
+set -e
4
+
5
# Only need to do any of this if the version has been updated
6
# NOTE: The diff-index with HEAD^ implies that the TAG
7
# must be updated in the last commit. But version update
.github/workflows/create_release.yml
@@ -15,6 +15,8 @@ jobs:
15
name: Create Release
16
if: github.repository == 'daos-stack/daos'
17
runs-on: ubuntu-latest
18
+ permissions:
19
+ contents: write
20
steps:
21
- uses: actions/checkout@v4
22
with:
0 commit comments