Skip to content

Commit

Permalink
Add checkout for tagging (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmenezes authored Jul 23, 2020
1 parent 2a61068 commit 6dcb695
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ jobs:
name: Tag
runs-on: ubuntu-latest
steps:

- name: Check out code
uses: actions/checkout@v2

- name: Set $TAG env var
run: echo "${{github.ref}}" | sed 's/refs\/tags\///' | xargs -I $ echo "::set-env name=TAG::$"

- name: Create Github Release
uses: actions/create-release@v1
env:
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/v0.1.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Add testing capabilities

## Changes
- [fb0e05d](../../commits/fb0e05d) Fixing body_path for release on github action
- [2a61068](../../commits/2a61068) Fixing body_path for release on github action (#13)
- [c9003f2](../../commits/c9003f2) Fix auto releasing in github (#12)
- [59a612d](../../commits/59a612d) Add release v0.1.0 (#10)
- [be02507](../../commits/be02507) Add Github Action to create a release (#11)
Expand Down

0 comments on commit 6dcb695

Please sign in to comment.