Skip to content

Commit 5def5b5

Browse files
Attempt 10
1 parent 8a013c5 commit 5def5b5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/nightly-tag.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ jobs:
2020
run: echo "::set-output name=commit_sha::$(git rev-parse HEAD)"
2121

2222
- name: Create or update nightly tag
23-
uses: mathieudutour/[email protected]
23+
uses: rickstaa/action-create-tag@v1
2424
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: ''
25+
tag: "nightly"
26+
force_push_tag: true

0 commit comments

Comments
 (0)