Skip to content

Commit

Permalink
[ci] fix release-changelog workflow (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
szdziedzic authored Oct 25, 2023
1 parent 7c7d6ec commit fe710d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
working-directory: ./scripts
run: yarn --silent release-changelog $EAS_CLI_VERSION > /tmp/current-changelog
- name: Publish release
run: hub release edit v$EAS_CLI_VERSION --draft=false -F /tmp/current-changelog
run: gh release edit v$EAS_CLI_VERSION --draft=false -F /tmp/current-changelog
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Commit and push
Expand Down

0 comments on commit fe710d0

Please sign in to comment.