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 fa837af commit 9de3a4aCopy full SHA for 9de3a4a
1 file changed
.github/workflows/build.yaml
@@ -96,7 +96,6 @@ jobs:
96
permissions:
97
id-token: write
98
contents: write
99
- discussions: write
100
steps:
101
- uses: actions/checkout@v4
102
- uses: denoland/setup-deno@v1
@@ -152,7 +151,6 @@ jobs:
152
151
src/npm/*.tgz
153
cli/fedify-cli-*
154
generate_release_notes: false
155
- discussion_category_name: Announcements
156
- if: |
157
github.event_name == 'push' &&
158
github.ref_type == 'tag' || github.ref == 'refs/heads/main'
0 commit comments