diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5542fb..fedc908 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,6 +8,8 @@ on: jobs: build: runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout repository @@ -48,6 +50,7 @@ jobs: if: github.event.pull_request.merged == true uses: softprops/action-gh-release@v1 with: + tag_name: "v${{ env.VERSION }}" name: "Release v${{ env.VERSION }} - $(date +'%Y-%m-%d')" files: | dist/** diff --git a/package.json b/package.json index a7d5563..566c857 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eve", - "version": "1.2.3", + "version": "1.2.4", "description": "Eve", "author": { "email": "nathan@bonnell.fr",