Skip to content

Commit 4764298

Browse files
committed
Try to fix how release updates work
1 parent 9d3a7a7 commit 4764298

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,9 @@ jobs:
3232
- name: Build binaries with electron-builder
3333
uses: samuelmeuli/action-electron-builder@92327c67bc45ff7c38bf55d8aa8c4d75b7ea38e7 # v1.6.0 but safer than a tag that can be changed
3434
with:
35-
args: --publish onTag # attach signed binaries to a release draft only when building a tag
3635
max_attempts: 2
3736
# GH token for attaching atrifacts to release draft on tag build
3837
github_token: ${{ secrets.github_token }}
3938
# If the commit is tagged with a version (e.g. "v1.0.0"),
4039
# release the app after building
4140
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
42-
env:
43-
CI_BUILD_TAG: ${{steps.tag.outputs.tag}} # used by --publish onTag

0 commit comments

Comments
 (0)