Skip to content

Commit

Permalink
Add explicit SHA to release
Browse files Browse the repository at this point in the history
  • Loading branch information
hatstand committed May 26, 2020
1 parent e7c5c76 commit cf1067e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
echo "Adding asset: ${asset}"
assets+=("-a" "$asset")
done
hub release create -p "${assets[@]}" -m "$VERSION" "$VERSION"
hub release create -p "${assets[@]}" -m "$VERSION" -t "$GITHUB_SHA" "$VERSION"
build_source:
name: Build source tarball
Expand Down

0 comments on commit cf1067e

Please sign in to comment.