Skip to content

Commit 77643b0

Browse files
committed
allow any tag
1 parent 2262719 commit 77643b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
on: { push: { tags: [production] } }
1+
on: { push: { tags: ["*"] } }
22

33
jobs:
44
deploy:
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- run: npm ci && npm run build
17-
- uses: actions/upload-pages-artifact@v1
17+
- uses: actions/upload-pages-artifact@v2
1818
with:
1919
path: build
2020
- id: deployment

0 commit comments

Comments
 (0)