Skip to content

Commit

Permalink
Fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesprit committed Oct 3, 2020
1 parent c1e05ef commit 5469072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: test-room-7/action-publish-release-drafts@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
tag-name: ${{ steps.version.outputs.VERSION }}
tag-name: ${{ steps.get-version.outputs.VERSION }}
```
### Example of basic usage
Expand Down

0 comments on commit 5469072

Please sign in to comment.