Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Add an id to the git describe step.
Browse files Browse the repository at this point in the history
This should make it possible to reference its output.
  • Loading branch information
benjamin-bergia committed Aug 7, 2020
1 parent a4fabe2 commit 5375b2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
run: npm run build

- name: describe
id: describe
run: |
echo "::set-output name=tag::$(git describe --always --tags)"
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit 5375b2e

Please sign in to comment.