Skip to content

Commit 6031ec7

Browse files
author
Dave Kozma
authored
Update release trigger (#53)
* Update release trigger to `published` * Update packages * changeset
1 parent 4a1f191 commit 6031ec7

File tree

4 files changed

+986
-707
lines changed

4 files changed

+986
-707
lines changed

.changeset/nasty-pans-exist.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"c2pa-node": patch
3+
---
4+
5+
Update release trigger

.github/workflows/release-binaries.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Build release binaries
22

33
on:
4-
push:
5-
branches:
6-
- build-binaries
74
release:
8-
types: ['created']
5+
types:
6+
- published
97

108
jobs:
119
build-binaries:

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@
4646
"chokidar": "^3.5.3",
4747
"cli-progress": "^3.12.0",
4848
"cpy-cli": "^4.2.0",
49-
"jest": "^29.5.0",
49+
"jest": "^29.7.0",
5050
"nock": "^13.3.1",
5151
"node-fetch": "^2.6.11",
5252
"pixelmatch": "^5.3.0",
5353
"prettier": "2.8.8",
5454
"pretty-bytes": "^5.6.0",
5555
"rimraf": "^5.0.1",
5656
"tempy": "^1.0.1",
57-
"ts-jest": "^29.1.0",
57+
"ts-jest": "^29.1.2",
5858
"typedoc": "^0.24.8",
5959
"typedoc-plugin-markdown": "^3.15.3",
6060
"typescript": "^5.0.4",
@@ -74,6 +74,6 @@
7474
"mkdirp": "^3.0.1",
7575
"npm-run-all": "^4.1.5",
7676
"pkg-dir": "5",
77-
"sharp": "^0.32.1"
77+
"sharp": "^0.33.2"
7878
}
7979
}

0 commit comments

Comments
 (0)