Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
deregtd committed Oct 3, 2024
1 parent c6401c6 commit f430296
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/.github/workflows/build-release.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ jobs:
experimental: true
env:
GH_TOKEN: {{ "${{ secrets.GITHUB_TOKEN }}" }}
- name: Install Stencil
uses: rgst-io/stencil-action@34abb7be7ca3847f233bd9c38f1da71b30556c35
with:
github-token: {{ "${{ github.token }}" }}
version: 'latest'
{{- if stencil.Arg "nativeModule" }}
- name: Get Go directories
id: go
Expand Down Expand Up @@ -88,6 +83,11 @@ jobs:
## <</Stencil::Block>>
{{- end }}
{{- if stencil.Arg "templateModule" }}
- name: Install Stencil
uses: rgst-io/stencil-action@34abb7be7ca3847f233bd9c38f1da71b30556c35
with:
github-token: {{ "${{ github.token }}" }}
version: 'latest'
## <<Stencil::Block(buildtestauth)>>
{{ file.Block "buildtestauth" }}
## <</Stencil::Block>>
Expand Down

0 comments on commit f430296

Please sign in to comment.