diff --git a/.github/workflows/azure-webapps-node.yml b/.github/workflows/azure-webapps-node.yml index 497e9ba..a3401e3 100644 --- a/.github/workflows/azure-webapps-node.yml +++ b/.github/workflows/azure-webapps-node.yml @@ -20,8 +20,10 @@ jobs: run: | pnpm install pnpm build - - name: Upload artifact for deployment job - uses: actions/upload-artifact@v3 + - uses: "marvinpinto/action-automatic-releases@latest" with: - name: node-app - path: ./.output + repo_token: "${{ secrets.GITHUB_TOKEN }}" + automatic_release_tag: "latest" + prerelease: true + title: "Development Build" + files: ./.output