Skip to content

Commit

Permalink
GHA: Use actions/create-release v1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbadr committed Jan 20, 2022
1 parent e728daf commit 4e5d144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R.yml
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ jobs:
- name: Create release
if: success()
id: create_release
uses: actions/create-release@v2
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 4e5d144

Please sign in to comment.