We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3dcde commit 7c58c28Copy full SHA for 7c58c28
.github/workflows/release.yaml
@@ -29,6 +29,10 @@
29
uses: actions/setup-go@v5
30
with:
31
go-version: '1.24'
32
+ - name: Workaround Git Security Warning
33
+ run: |
34
+ # Workaround a bug in github actions:
35
+ git config --global --add safe.directory "$GITHUB_WORKSPACE"
36
- name: Generate templ code
37
uses: capthiron/templ-generator-action@v1
38
@@ -57,4 +61,4 @@
57
61
env:
58
62
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE }}
59
63
run: |
60
- semantic-release
64
+ semantic-release
0 commit comments