Skip to content

Commit

Permalink
Merge pull request #77 from Wiibleyde/develop
Browse files Browse the repository at this point in the history
feat: update version to 1.2.5.1 in package.json and simplify GitHub A…
  • Loading branch information
Wiibleyde authored Dec 20, 2024
2 parents 2a70581 + 9259ea5 commit 93691f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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')
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eve",
"version": "1.2.5",
"version": "1.2.5.1",
"description": "Eve",
"author": {
"email": "nathan@bonnell.fr",
Expand Down

0 comments on commit 93691f2

Please sign in to comment.