Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
naranyinyun committed Jan 10, 2024
1 parent dc024ba commit aa48cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/AutoPack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: AutoPack
on:
push:
tags: "V*[!dev]"
tags: "V*"

jobs:
AutoPack:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/AutoPackDev.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: AutoPack
on:
push:
tags: "*.dev"
tags: "dev*"

jobs:
AutoPack:
Expand Down

0 comments on commit aa48cbe

Please sign in to comment.