We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb217b commit 95a522aCopy full SHA for 95a522a
2 files changed
.github/workflows/on-release-published.yml
@@ -152,8 +152,6 @@ jobs:
152
update-homebrew-tap:
153
uses: ./.github/workflows/release-homebrew-tap.yml
154
needs:
155
- - release-nuget
156
- - publish-vscode-extension
157
- sign-and-notarize
158
with:
159
ref: ${{ github.ref }}
CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to FScript are documented in this file.
4
5
## [Unreleased]
6
7
+- Publishing to tap requires only sign artifacts.
8
+
9
## [0.46.0]
10
11
0 commit comments