We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a7b63 commit 2eb07e0Copy full SHA for 2eb07e0
.github/workflows/nodejs build.yml
@@ -78,13 +78,13 @@ jobs:
78
release_prod:
79
runs-on: ubuntu-20.04
80
needs: [build, zip]
81
- if: ${{ github.ref_name != 'main' }}
+ if: ${{ github.ref_name == 'main' }}
82
steps:
83
- name: Restore cached zip build
84
uses: actions/cache/restore@v4
85
with:
86
path: server.zip
87
- key: ${{env.CACHE_KEY}}-zip
+ key: zip-build-cache
88
- name: Release
89
uses: softprops/action-gh-release@v2
90
0 commit comments