Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
README: mention strip_v
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored Oct 20, 2021
1 parent 9674bdc commit 727a6f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
- name: Get tag
id: tag
uses: dawidd6/action-get-tag@v1
with:
# Optionally strip `v` prefix
strip_v: true
- name: Use tag
run: echo ${{steps.tag.outputs.tag}}
```

0 comments on commit 727a6f0

Please sign in to comment.