Skip to content

Commit

Permalink
Process review feedback README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Erriez committed Apr 9, 2023
1 parent b505eb6 commit 8c9c4fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ on:
id: tag
uses: devops-actions/[email protected]
with:
# Optionally strip `v` prefix
strip_v: true # Optional remove v character from version
default: v0.0.0 # Optional default version when tag not found
strip_v: true # Optional: Remove 'v' character from version
default: v0.0.0 # Optional: Default version when tag not found

- name: Use tag
run: echo ${{steps.tag.outputs.tag}}
Expand Down

0 comments on commit 8c9c4fb

Please sign in to comment.