We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0441aee commit c7aacf8Copy full SHA for c7aacf8
.github/workflows/build-and-release.yml
@@ -82,8 +82,6 @@ jobs:
82
# (No need to define this secret in the repo settings)
83
github_token: ${{ secrets.GITHUB_TOKEN }}
84
85
- publish: always
86
-
87
# If the commit is tagged with a version (e.g. "v1.0.0"),
88
# release the app after building
89
- release: $VERSION
+ release: v0.1.8
0 commit comments