Skip to content

Commit

Permalink
sha
Browse files Browse the repository at this point in the history
  • Loading branch information
ddub committed Dec 1, 2019
1 parent 2eb454e commit c408af3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yaml
Expand Up @@ -20,15 +20,14 @@ jobs:
- run: mkdir magicmirror
- run: mv * magicmirror/ || true
- run: tar -czf ./magicmirror.tgz magicmirror/
- run: echo ${{ git.id }}
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ git.commit }}
release_name: Release ${{ git.commit }}
tag_name: sha-${{ github.sha }}
release_name: Release ${{ github.sha }}
body: |
Tarball of magicmirror
draft: false
Expand Down

0 comments on commit c408af3

Please sign in to comment.