publish new docs on version changes

This commit is contained in:
Jamil Bou Kheir
2022-01-12 18:13:25 -08:00
parent b11e12b40b
commit 4e06ad661f

View File

@@ -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