Skip to content

Commit a679d13

Browse files
committed
fix: bump esbuild deps
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent dac0326 commit a679d13

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

.github/workflows/release-please.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,15 @@ jobs:
8484
# with:
8585
# github-token: ${{ secrets.GITHUB_TOKEN }}
8686

87+
- name: push stamped release
88+
if: ${{ steps.release.outputs.release_created }}
89+
run: |
90+
git config user.name github-actions[bot]
91+
git config user.email 4104672+github-actions[bot]@users.noreply.github.com
92+
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN}}@github.com/${{ github.repository }}.git"
93+
git commit -a -m 'chore: stamp files for release'
94+
git push origin
95+
8796
- name: Publish
8897
if: ${{ steps.release.outputs.release_created }}
8998
env:

.github/workflows/test-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ env:
66
on:
77
pull_request:
88
push:
9+
tags-ignore:
10+
- '**'
911

1012
jobs:
1113
build:

package-lock.json

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"devDependencies": {
8080
"@eslint/js": "9.30.1",
81-
"@hpcc-js/esbuild-plugins": "1.4.5",
81+
"@hpcc-js/esbuild-plugins": "1.4.7",
8282
"@types/emscripten": "1.40.1",
8383
"@types/node": "24.0.10",
8484
"@types/yargs": "17.0.33",

0 commit comments

Comments
 (0)