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 8a013c5 commit 5def5b5Copy full SHA for 5def5b5
.github/workflows/nightly-tag.yaml
@@ -20,10 +20,7 @@ jobs:
20
run: echo "::set-output name=commit_sha::$(git rev-parse HEAD)"
21
22
- name: Create or update nightly tag
23
- uses: mathieudutour/[email protected]
+ uses: rickstaa/action-create-tag@v1
24
with:
25
- github_token: ${{ secrets.GITHUB_TOKEN }}
26
- custom_tag: nightly
27
- commit_sha: ${{ steps.get_commit.outputs.commit_sha }}
28
- create_annotated_tag: true
29
- tag_prefix: ''
+ tag: "nightly"
+ force_push_tag: true
0 commit comments