Skip to content

Commit

Permalink
Dev (#180)
Browse files Browse the repository at this point in the history
* 📦 ci(deploy-docs.yml): added build scripts to the workflow

* ✨ feat(generators.js): added distribute function

Release-As: 2.5.0

* feat: fixed icon not rendering

* 📦 ci(release-please.yml): added permissions and gh personal access token to workflow
  • Loading branch information
prjctimg authored Apr 7, 2024
1 parent 44a0265 commit cfe6a7e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ on:
push:
branches:
- main

pull_request:
types:
- opened
- synchronize

permissions:
contents: write

name: release-please
jobs:
release-please:
Expand All @@ -11,6 +20,7 @@ jobs:
id: release
with:
release-type: node
token: ${{secrets.GH_PAT}}
# The logic below handles the npm publication:
- uses: actions/checkout@v4
# these if statements ensure that a publication only occurs when
Expand Down

0 comments on commit cfe6a7e

Please sign in to comment.