Skip to content

Commit 40dc0b5

Browse files
ci(deps): Bump tauri-apps/tauri-action from 0 to 1
Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action) from 0 to 1. - [Release notes](https://github.com/tauri-apps/tauri-action/releases) - [Changelog](https://github.com/tauri-apps/tauri-action/blob/dev/CHANGELOG.md) - [Commits](tauri-apps/tauri-action@v0...v1) --- updated-dependencies: - dependency-name: tauri-apps/tauri-action dependency-version: '1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 45096fd commit 40dc0b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev-channel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
# Build the bundle (no GitHub Release created here; tauri-action only
195195
# builds, then softprops/action-gh-release uploads to the rolling tag).
196196
- name: Build + sign (tauri-action)
197-
uses: tauri-apps/tauri-action@v0
197+
uses: tauri-apps/tauri-action@v1
198198
env:
199199
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
200200
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
echo "staged sidecar:"; ls -la src-tauri/binaries
133133
134134
- name: Build + sign + release (tauri-action)
135-
uses: tauri-apps/tauri-action@v0
135+
uses: tauri-apps/tauri-action@v1
136136
env:
137137
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
138138
# Updater signing keypair. The password secret EXISTS but is empty.

0 commit comments

Comments
 (0)