Skip to content

Commit

Permalink
Next try fixing short name
Browse files Browse the repository at this point in the history
  • Loading branch information
beniwtv committed Oct 19, 2020
1 parent b13fa4c commit ab1c395
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: $GITHUB_SHA_SHORT
release_name: Automatic build for changeset $GITHUB_SHA_SHORT
tag_name: ${{ env.GITHUB_SHA_SHORT }}
release_name: Automatic build for changeset ${{ env.GITHUB_SHA_SHORT }}
body: |
This is an automated build for changeset $GITHUB_SHA_SHORT
This is an automated build for changeset ${{ env.GITHUB_SHA_SHORT }}
draft: false
prerelease: true
- name: Upload asset
Expand Down

0 comments on commit ab1c395

Please sign in to comment.