Skip to content

Commit

Permalink
devops: changed version of package
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfokrah committed Jul 28, 2024
1 parent f53401b commit ff4cc14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v2
Expand Down Expand Up @@ -49,3 +49,9 @@ jobs:
$(git log --oneline $(git describe --tags --abbrev=0)..HEAD)
draft: false
prerelease: false

- name: Trigger Release components package workflow
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
event-type: release-created
4 changes: 2 additions & 2 deletions .github/workflows/release-npm.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release components package

on:
release:
types: [published]
repository_dispatch:
types: [release-created]

jobs:
build:
Expand Down

0 comments on commit ff4cc14

Please sign in to comment.