Skip to content

Commit

Permalink
Merge pull request #22 from danielhoward-me/dnh/version-check
Browse files Browse the repository at this point in the history
Update workflow
  • Loading branch information
danielnhoward authored Jun 21, 2023
2 parents 8b9e83a + 34068b8 commit 47fe1fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- name: Get Version
id: get_version
run: echo version="v$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT
- name: Get Tags
run: git fetch --tags
- name: Show Versions
run: echo $(git tag -l)
- name: Check if Tag Exists
Expand Down

0 comments on commit 47fe1fd

Please sign in to comment.