Skip to content

Commit 3c74853

Browse files
committed
simpler
1 parent f258c60 commit 3c74853

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/deploy-xbarappcom.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
working-directory: tools/sitegen
2727
run: ./run.sh
2828

29-
- name: xbarapp.com/gen.sh
30-
working-directory: xbarapp.com
31-
run: ./gen.sh
32-
3329
- name: Auth with Google Cloud
3430
uses: google-github-actions/auth@v2
3531
with:

tools/sitegen/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
set -e
4-
VERSION=`git describe --tags`
4+
export VERSION=`git describe --tags`
55
echo -n "${VERSION}" > .version
66

77
go build -o sitegen

0 commit comments

Comments
 (0)