Skip to content

Commit

Permalink
Update azure-webapps-node.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsMeRomian authored Feb 25, 2024
1 parent eeea0d9 commit 679093a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/azure-webapps-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 679093a

Please sign in to comment.