We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3efa8 commit a204468Copy full SHA for a204468
.github/workflows/nightly-tag.yaml
@@ -9,6 +9,7 @@ on:
9
jobs:
10
update-nightly-tag:
11
runs-on: ubuntu-latest
12
+ permissions: write-all
13
steps:
14
- uses: actions/checkout@v3
15
with:
@@ -22,9 +23,7 @@ jobs:
22
23
uses: mathieudutour/[email protected]
24
25
github_token: ${{ secrets.GITHUB_TOKEN }}
- default_bump: false
26
- release_branches: master,NightlyTest
27
- tag_prefix: ''
28
custom_tag: nightly
29
commit_sha: ${{ steps.get_commit.outputs.commit_sha }}
30
- create_annotated_tag: true
+ create_annotated_tag: true
+ tag_prefix: ''
0 commit comments