File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1717 - name : Use Node.js 16.x
1818 uses : actions/setup-node@v2
1919 with :
20- node-version : 16 .x
20+ node-version : 18 .x
2121 cache : ' npm'
2222
2323 - name : Build App
@@ -26,15 +26,15 @@ jobs:
2626 yarn build
2727
2828 release_package :
29- if : ${{ startsWith(github.ref, 'refs/tags/v')}}
30- needs : build
31- runs-on : ubuntu-latest
29+ if : ${{ startsWith(github.ref, 'refs/tags/v')}}
30+ needs : build
31+ runs-on : ubuntu-latest
3232
33- permissions :
34- contents : read
35- packages : write
33+ permissions :
34+ contents : read
35+ packages : write
3636
37- steps :
37+ steps :
3838 - name : Checkout Code
3939 uses : actions/checkout@v4
4040
5555 context : .
5656 file : Dockerfile
5757 tags : ghcr.io/gofr-dev/website:${{ env.RELEASE_VERSION }},ghcr.io/gofr-dev/website:latest
58-
You can’t perform that action at this time.
0 commit comments