Skip to content

Commit a204468

Browse files
Attempt 6
1 parent 5b3efa8 commit a204468

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/nightly-tag.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
update-nightly-tag:
1111
runs-on: ubuntu-latest
12+
permissions: write-all
1213
steps:
1314
- uses: actions/checkout@v3
1415
with:
@@ -22,9 +23,7 @@ jobs:
2223
uses: mathieudutour/[email protected]
2324
with:
2425
github_token: ${{ secrets.GITHUB_TOKEN }}
25-
default_bump: false
26-
release_branches: master,NightlyTest
27-
tag_prefix: ''
2826
custom_tag: nightly
2927
commit_sha: ${{ steps.get_commit.outputs.commit_sha }}
30-
create_annotated_tag: true
28+
create_annotated_tag: true
29+
tag_prefix: ''

0 commit comments

Comments
 (0)