From: Bastien Wirtz Date: Fri, 19 Jun 2020 15:03:55 +0000 (-0700) Subject: Merge branch 'master' of github.com-perso:bastienwirtz/homer X-Git-Tag: 20.06.1^0 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=8d7ca88c469cb9591c57c620043c90542bfb0911;hp=b24251110179b86e12d6823618777ef133738861;p=github%2Fbastienwirtz%2Fhomer.git Merge branch 'master' of github.com-perso:bastienwirtz/homer --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa346b3..5139e31 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,8 @@ name: Upload Release Asset on: push: - branches: [master] + tags: + - * jobs: build: @@ -24,8 +25,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ github.run_id }} - release_name: Release ${{ github.run_id }} + tag_name: ${{ github.ref }} + release_name: Release ${{ github.ref }} draft: false prerelease: false - name: Upload Release Asset diff --git a/package.json b/package.json index f638828..28dd825 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homer", - "version": "2.0.0", + "version": "20.06.1", "license": "Apache-2.0", "scripts": { "serve": "vue-cli-service serve",