Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Apr 18, 2024
1 parent cf2427c commit d450bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: |
echo "${{ github.ref }}"
latest_tag=$(git describe --tags `git rev-list --tags --max-count=1`)
echo "refs/tags/${latest_tag}"
if [[ "${{ github.ref }}" == "refs/tags/${latest_tag}" ]]; then
echo "This tag is the latest."
else
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sillot",
"version": "0.29.300",
"version": "0.29.310",
"syv": "3.0.10",
"sypv": "[3.0.9]",
"description": "Build Your Eternal Digital Garden",
Expand Down

0 comments on commit d450bdc

Please sign in to comment.