mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-21 23:41:58 +00:00
backtick
This commit is contained in:
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Write tags manifest
|
||||
run: |
|
||||
echo ${{ steps.get_version.outputs.VERSION }} > docs/assets/versions.txt
|
||||
tags=`git ls-tree --name-only origin/gh-pages | egrep "^((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)$"` | tr " " "\n"
|
||||
tags=`git ls-tree --name-only origin/gh-pages | egrep "^((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)$" | tr " " "\n"`
|
||||
echo $tags >> docs/assets/versions.txt
|
||||
cat docs/assets/versions.txt
|
||||
- name: Build jekyll site
|
||||
|
||||
Reference in New Issue
Block a user