Skip to content

Commit

Permalink
Disallow updates of releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bsatzger committed May 29, 2024
1 parent 42536b2 commit 6fb9730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
body: "Release ${{ matrix.edk2_version }}-${{ matrix.platform }}"
name: "${{ matrix.edk2_version }}-${{ matrix.platform }}"
tag: "${{ matrix.edk2_version }}-${{ matrix.platform }}"
allowUpdates: true
allowUpdates: false

0 comments on commit 6fb9730

Please sign in to comment.