Skip to content

Commit

Permalink
ISSUE #1
Browse files Browse the repository at this point in the history
* Start using `action-gh-release`.
  • Loading branch information
Sergio García Prado committed Nov 30, 2021
1 parent 20a87b2 commit f403579
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/template-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@ jobs:
- name: Build Project Init Template
run: tar -czvf project-init.tar.gz -C ${{ github.workspace }}/project .

- name: Upload Microservice Init Template
uses: actions/upload-artifact@v2
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
name: microservice-init
path: microservice-init.tar.gz
files: |
microservice-init.tar.gz
project-init.tar.gz
- name: Upload Project Initialize Template
uses: actions/upload-artifact@v2
with:
name: project-init
path: project-init.tar.gz

0 comments on commit f403579

Please sign in to comment.