Skip to content

Commit

Permalink
Fix version in example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesprit committed Oct 6, 2020
1 parent fee1373 commit 8e791b9
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 @@ -26,7 +26,7 @@ jobs:
id: get-version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Publish release on GitHub
uses: test-room-7/action-publish-release-drafts@v1
uses: test-room-7/action-publish-release-drafts@v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
tag-name: ${{ steps.get-version.outputs.VERSION }}
Expand Down

0 comments on commit 8e791b9

Please sign in to comment.