Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bling-yshs committed Apr 21, 2024
1 parent 8abea72 commit b7c86cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Hello world action step
id: hello
uses: bling-yshs/purge-jsdelivr-for-directory@v1
uses: bling-yshs/purge-jsdelivr-for-directory@v1.0.0
with:
path: |
dist
Expand Down
6 changes: 3 additions & 3 deletions push.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
npm run all
git add .
git commit -m "test"
git tag -d v1.0
git push --delete origin v1.0
git tag -a -m "test" v1.0
git tag -d v1.0.0
git push --delete origin v1.0.0
git tag -a -m "test" v1.0.0
git push --follow-tags -f

0 comments on commit b7c86cb

Please sign in to comment.