We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8dfb9c commit 234c1b4Copy full SHA for 234c1b4
.github/workflows/build-release.yml
@@ -25,7 +25,6 @@ jobs:
25
# GitHub token, automatically provided to the action
26
# (No need to define this secret in the repo settings)
27
github_token: ${{ secrets.github_token }}
28
- args: '-p always'
29
30
# If the commit is tagged with a version (e.g. "v1.0.0"),
31
# release the app after building
0 commit comments