Skip to content

Commit

Permalink
chore: fix name of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Jan 16, 2021
1 parent e28f0dd commit f15d6cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-npmjs.dry.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: GitHub CI - Publish to NPM
name: GitHub CI - Publish to NPM (DRY)

on:
workflow_dispatch:
Expand Down
4 changes: 4 additions & 0 deletions scripts/delete-tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ git tag -l | grep v1.
git tag -l | grep alpha
git tag -l | grep beta
git tag -l | grep webpack

git tag --delete "$1"
git push --delete origin "$1"

# for i in {0..80}
# do
# git tag --delete "v1.0.$i"
Expand Down

0 comments on commit f15d6cc

Please sign in to comment.