Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Fusco <[email protected]>
  • Loading branch information
josephfusco committed Apr 10, 2024
1 parent 3f6969a commit 3b08a34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Release Plugin

on:
push:
Expand All @@ -10,10 +10,10 @@ jobs:
name: Release
runs-on: ubuntu-22.04
steps:
- name: Checkout Repo
- name: Checkout Repository
uses: actions/checkout@v4

- name: Setup Node.js 18.x
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
Expand Down

0 comments on commit 3b08a34

Please sign in to comment.