Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrompflopes authored Jul 5, 2023
1 parent 750507b commit 3aa96df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
tag_name: ${{ steps.tagname.outputs.tag_name }}
steps:
- name: Create tagname
run: echo "tag_name=2.0" >> "$GITHUB_OUTPUT"
run: echo "tag_name=2.0.0" >> "$GITHUB_OUTPUT"
id: tagname
- name: Print tagname
run: echo "created tag ${{ steps.tagname.outputs.tag_name }}"
Expand All @@ -22,4 +22,4 @@ jobs:
with:
tag: ${{ needs.set_tag.outputs.tag_name }}
rbranch: "nightly"
secrets: inherit
secrets: inherit

0 comments on commit 3aa96df

Please sign in to comment.