Skip to content

Commit

Permalink
remove description from get-repo-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Aug 3, 2023
1 parent 49c7d84 commit fb59ad4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/get-repo-version.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: repo-version

description: Get the repository version from the closest git tag
name: get-repo-version

on:
workflow_call:
Expand All @@ -22,7 +20,7 @@ jobs:
persist-credentials: false

- id: version
name: Get repo version from git tag
name: Get the repository version from the closest git tag
shell: bash
run: |
cat <<EOF | tee "$GITHUB_OUTPUT"
Expand Down

0 comments on commit fb59ad4

Please sign in to comment.