We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ebcb1 commit 12984f6Copy full SHA for 12984f6
2 files changed
.github/workflows/build.yml
@@ -82,10 +82,12 @@ jobs:
82
DB_REPO: EhTagTranslation/Database
83
run: yarn test:server
84
- name: Install Prod
85
+ if: github.ref == 'refs/heads/master'
86
uses: bahmutov/npm-install@v1
87
env:
88
NODE_ENV: production
89
- name: Deploy
90
91
92
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
93
run: flyctl deploy --remote-only
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eh-tag-editor",
3
- "version": "2.0.0",
+ "version": "3.0.0",
4
"type": "module",
5
"engines": {
6
"node": ">= 16 <= 18",
0 commit comments