We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3a7a7 commit 4764298Copy full SHA for 4764298
.github/workflows/build.yml
@@ -32,12 +32,9 @@ jobs:
32
- name: Build binaries with electron-builder
33
uses: samuelmeuli/action-electron-builder@92327c67bc45ff7c38bf55d8aa8c4d75b7ea38e7 # v1.6.0 but safer than a tag that can be changed
34
with:
35
- args: --publish onTag # attach signed binaries to a release draft only when building a tag
36
max_attempts: 2
37
# GH token for attaching atrifacts to release draft on tag build
38
github_token: ${{ secrets.github_token }}
39
# If the commit is tagged with a version (e.g. "v1.0.0"),
40
# release the app after building
41
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
42
- env:
43
- CI_BUILD_TAG: ${{steps.tag.outputs.tag}} # used by --publish onTag
0 commit comments