diff --git a/README.md b/README.md index cf851a4..bb1e9ab 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@master - name: Create Release id: create_release - uses: actions/create-release@v1.0.0 + uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: diff --git a/action.yml b/action.yml index 59ebbb8..cea7c3b 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Create a Release' -description: 'Create a release on your repository' +description: 'Create a release for a tag in your repository' author: 'GitHub' inputs: tag_name: