Skip to content

Commit

Permalink
ci: 🎡 change workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Nov 3, 2020
1 parent ebdb390 commit 2b6837e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

name: Create Release
name: Publish Exntension

jobs:
build:
name: Create Release
name: Publish Extension
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 2b6837e

Please sign in to comment.