We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f258c60 commit 3c74853Copy full SHA for 3c74853
.github/workflows/deploy-xbarappcom.yaml
@@ -26,10 +26,6 @@ jobs:
26
working-directory: tools/sitegen
27
run: ./run.sh
28
29
- - name: xbarapp.com/gen.sh
30
- working-directory: xbarapp.com
31
- run: ./gen.sh
32
-
33
- name: Auth with Google Cloud
34
uses: google-github-actions/auth@v2
35
with:
tools/sitegen/run.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
set -e
4
-VERSION=`git describe --tags`
+export VERSION=`git describe --tags`
5
echo -n "${VERSION}" > .version
6
7
go build -o sitegen
0 commit comments