Skip to content

Commit

Permalink
Point create-release to 1.1.2 since v1 does not allow changelog files.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ong committed Jul 2, 2020
1 parent 7574c45 commit ecc6b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
shell: cmd
- name: Create Release
id: create_release
uses: actions/create-release@v1
uses: actions/create-release@v1.1.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit ecc6b20

Please sign in to comment.