Skip to content

Commit

Permalink
cli
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Nov 14, 2023
1 parent 6c6cfc1 commit 16fa8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Publish release
if: env.FIX_VERSION != '' && env.ISSUE_KEY != ''
run: |
gh release edit $FIX_VERSION --prerelease=false --latest
gh release edit $FIX_VERSION --prerelease=false --latest --repo acquia/cli
env:
GH_TOKEN: ${{ github.token }}
- name: Close release
Expand Down

0 comments on commit 16fa8e8

Please sign in to comment.