Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit e707eea

Browse files
author
Bassem Dghaidi
authored
Update release trigger events
1 parent 451ace3 commit e707eea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: npm-publish
22

33
on:
44
release:
5-
types: [created, prereleased]
5+
types: [published, created, edited, prereleased]
66

77
jobs:
88
build:
@@ -41,4 +41,4 @@ jobs:
4141
- run: npm ci
4242
- run: npm publish
4343
env:
44-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)