Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Oct 23, 2024
1 parent dd26948 commit 74280ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ env:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
discussions: write
outputs:
hashes: ${{ steps.hash.outputs.hashes }}
version: ${{ steps.version.outputs.version }}
Expand Down Expand Up @@ -57,7 +60,7 @@ jobs:
draft: true
make_latest: true
name: ${{ steps.version.outputs.version }}
files: c-ares-${{ steps.version.outputs.version }}.tar.gz'
files: c-ares-${{ steps.version.outputs.version }}.tar.gz
fail_on_unmatched_files: true
discussion_category_name: "Announcements"
- name: Generate subject
Expand Down

0 comments on commit 74280ef

Please sign in to comment.