Skip to content

Commit

Permalink
Merge pull request #223 from vechain/dev
Browse files Browse the repository at this point in the history
ci: fix action syntax
  • Loading branch information
qianbin authored May 18, 2021
2 parents c6c19c4 + 00d1b33 commit fa76429
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release electron version
name: Release native version

on:
push:
Expand All @@ -7,8 +7,8 @@ on:

workflow_dispatch:

env:
# DIST_TAG: preview
# env:
# DIST_TAG: preview

jobs:
create-gh-release:
Expand Down

0 comments on commit fa76429

Please sign in to comment.