mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-02-05 08:18:06 +00:00
change tags list
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -192,8 +192,8 @@ jobs:
|
||||
./firezone*.deb
|
||||
|
||||
publish-docs:
|
||||
needs: publish
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
# needs: publish
|
||||
# if: startsWith(github.ref, 'refs/tags/')
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@@ -204,7 +204,7 @@ jobs:
|
||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
||||
- name: Write tags manifest
|
||||
run: |
|
||||
tags=`git ls-tree --name-only origin/gh-pages | egrep "\d+\.\d+\.\d+"`
|
||||
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-]+)*))?)$"`
|
||||
echo $tags > docs/assets/versions.txt
|
||||
- name: Build jekyll site
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user