Skip to content

Commit

Permalink
Publica release
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioDiGulio committed Nov 5, 2023
1 parent 6f01f94 commit cd2c2e3
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,18 @@ jobs:
name: build
path: web/build

# release:
# needs: web-build
# runs-on: ubuntu-latest
#
# steps:
# - name: Checkout código fuente
# uses: actions/checkout@v2
#
# - name: Crear release
# id: create_release
# uses: softprops/action-gh-release@v1
# with:
# files: web/build/*
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release:
needs: web-build
runs-on: ubuntu-latest

steps:
- name: Checkout código fuente
uses: actions/checkout@v2

- name: Crear release
id: create_release
uses: softprops/action-gh-release@v1
with:
files: web/build/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cd2c2e3

Please sign in to comment.