Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
someCatInTheWorld authored Jun 1, 2024
2 parents 38274bd + 8bb85b7 commit 2e5865b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:

permissions:
contents: read
contents: write
pages: write
id-token: write

Expand Down Expand Up @@ -32,6 +32,16 @@ jobs:
uses: actions/upload-pages-artifact@v1
with:
path: ./build/
- name: Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "Automatic Build"
files: |
LICENSE
release.zip
deploy:
environment:
Expand Down

0 comments on commit 2e5865b

Please sign in to comment.