Skip to content

Commit

Permalink
simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Aug 5, 2024
1 parent f258c60 commit 3c74853
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy-xbarappcom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
working-directory: tools/sitegen
run: ./run.sh

- name: xbarapp.com/gen.sh
working-directory: xbarapp.com
run: ./gen.sh

- name: Auth with Google Cloud
uses: google-github-actions/auth@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion tools/sitegen/run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

set -e
VERSION=`git describe --tags`
export VERSION=`git describe --tags`
echo -n "${VERSION}" > .version

go build -o sitegen
Expand Down

0 comments on commit 3c74853

Please sign in to comment.