Skip to content

Commit

Permalink
Update workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuba committed Nov 22, 2021
1 parent 8a5edae commit 9dc209b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: TEST
name: NPM Package Publish

on:
push:
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
git config user.email thesis-heimdall@users.noreply.github.com
echo "TEST" >> test.txt
git add test.txt
git commit -m "TEST"
git commit -m "TEST [skip ci]"
- name: Push git commit
run: git push

0 comments on commit 9dc209b

Please sign in to comment.