diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 806884a..4217b1d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,9 +32,6 @@ jobs: id: get_version run: echo "VERSION=$(jq -r .version package.json)" >> $GITHUB_ENV - - name: Fetch all tags - run: git fetch --tags - - name: Create tag if: github.event.pull_request.merged == true id: create_tag @@ -51,8 +48,6 @@ jobs: uses: softprops/action-gh-release@v1 with: tag_name: "v${{ env.VERSION }}" - name: "Release v${{ env.VERSION }} - ${{ steps.get_version.outputs.date }}" + name: "Release v${{ env.VERSION }}" files: | dist/** - env: - DATE: $(date +'%Y-%m-%d') diff --git a/package.json b/package.json index 2fb24b4..bf0f6ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eve", - "version": "1.2.5", + "version": "1.2.5.1", "description": "Eve", "author": { "email": "nathan@bonnell.fr",