Skip to content

Commit 04e8254

Browse files
committed
feat(docs): test printing release tag
1 parent 70d1ef6 commit 04e8254

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
ref: ${{ github.event.release.tag_name }}
22+
- name: Print latest release tag
23+
run: echo"${{ github.event.release.tag_name }}"
2224
- name: prepare temporary folder for build
2325
run: | # Creates a temporary "docs" folder within the existing "docs" folder because the mkdocs.yml must be in the parent folder of the markdown pages
2426
cd docs

0 commit comments

Comments
 (0)