Skip to content

Commit 12984f6

Browse files
v3.0.0
1 parent 98ebcb1 commit 12984f6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,12 @@ jobs:
8282
DB_REPO: EhTagTranslation/Database
8383
run: yarn test:server
8484
- name: Install Prod
85+
if: github.ref == 'refs/heads/master'
8586
uses: bahmutov/npm-install@v1
8687
env:
8788
NODE_ENV: production
8889
- name: Deploy
90+
if: github.ref == 'refs/heads/master'
8991
env:
9092
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
9193
run: flyctl deploy --remote-only

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eh-tag-editor",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"type": "module",
55
"engines": {
66
"node": ">= 16 <= 18",

0 commit comments

Comments
 (0)