Skip to content

Commit

Permalink
Publier lors de nouvelle version
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Aug 24, 2023
1 parent 727f195 commit 26fb34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ jobs:

# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
# ${{ startsWith(github.ref, 'refs/tags/v') }}
release: true
#
release: ${{ startsWith(github.ref, 'refs/tags/v') }}

# Sometimes the build may fail due to a connection problem with Apple, GitHub, etc. servers.
# This option will restart the build as many attempts as possible
Expand Down

0 comments on commit 26fb34b

Please sign in to comment.