Skip to content

Commit

Permalink
tag
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaka committed Jan 1, 2025
1 parent f604a7b commit a117de8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/new-tag-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ jobs:

# Runs a single command using the runners shell
- name: get version
id: tag
uses: comet-ml/gha-tools/get-new-tag@main
with:
do-checkout: 'true'
default-tag: '0.0.1'
do-tag-create: 'true'

- name: Summary
run: |
echo "New tag is ${{steps.tag.outputs.tag}}" >> $GITHUB_STEP_SUMMARY
1 change: 0 additions & 1 deletion get-new-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,3 @@ runs:
git tag ${TAG}
git push origin ${TAG}
echo "New tag is ${TAG}" >> $GITHUB_STEP_SUMMARY

0 comments on commit a117de8

Please sign in to comment.