Skip to content

Commit

Permalink
feat: update version to 1.2.4 in package.json and add permissions for…
Browse files Browse the repository at this point in the history
… GitHub Actions workflow

Signed-off-by: wiibleyde <nathan@bonnell.fr>
  • Loading branch information
Wiibleyde committed Dec 20, 2024
1 parent 8aeae9d commit ad35e02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Checkout repository
Expand Down Expand Up @@ -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/**
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.3",
"version": "1.2.4",
"description": "Eve",
"author": {
"email": "nathan@bonnell.fr",
Expand Down

0 comments on commit ad35e02

Please sign in to comment.