Skip to content

Commit

Permalink
pipeline tag testing 3
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelDudley committed Mar 17, 2020
1 parent d708ce0 commit ce679d9
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/maverick-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,6 @@ jobs:
with:
name: maverick-web
path: ./dist
- name: Create zip file
uses: montudor/action-zip@v0.1.0
with:
args: zip -qq -r ./maverick-web.zip ./dist
- name: Publish distribution artifact
if: startsWith(github.ref, 'refs/tags/v')
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.ACCESS_TOKEN }}
file: './maverick-web.zip'
asset_name: 'maverick-web.zip'
tag: ${{ github.ref }}
overwrite: true
- name: Commit to maverick-web-dist
if: startsWith(github.ref, 'refs/tags/v')
uses: drud/action-cross-commit@master
Expand All @@ -53,4 +40,5 @@ jobs:
destination-folder: .
destination-branch: testing
git-user: "samueldudley"
git-user-email: dudley.samuel@gmail.com
git-user-email: dudley.samuel@gmail.com
excludes: README.md:.git:LICENSE

0 comments on commit ce679d9

Please sign in to comment.