Fix commit of npm package changes

This commit is contained in:
Lea Anthony 2025-09-28 08:00:42 +10:00
commit 3d1dc86079
2 changed files with 9 additions and 4 deletions

View file

@ -50,18 +50,23 @@ jobs:
!failure() && !cancelled()
&& (github.event_name == 'workflow_dispatch' || needs.detect.outputs.changed == 'true')
runs-on: ubuntu-latest
permissions:
contents: write
actions: read
pull-requests: read
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: 'v3-alpha'
ssh-key: ${{ secrets.DEPLOY_KEY }}
token: ${{ secrets.WAILS_REPO_TOKEN || github.token }}
- name: Configure git
run: |
git config --local user.email "github-actions@github.com"
git config --local user.name "GitHub Actions"
git config --global user.email "github-actions@github.com"
git config --global user.name "GitHub Actions"
git config --global url."https://x-access-token:${{ secrets.WAILS_REPO_TOKEN || github.token }}@github.com/".insteadOf "https://github.com/"
- name: Install Task
uses: arduino/setup-task@v2

View file

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "@wailsio/runtime",
"version": "3.0.0-alpha.69",
"version": "3.0.0-alpha.70",
"license": "MIT",
"devDependencies": {
"happy-dom": "^17.1.1",