Skip to content

Commit 3c1d353

Browse files
chore: bump ironposh-web to v0.1.3
1 parent 453d54e commit 3c1d353

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ jobs:
6161
run: NODE_AUTH_TOKEN="" npm publish --provenance --access public
6262

6363
- name: Update Artifactory Cache
64-
run: gh workflow run update-artifactory-cache.yml --repo Devolutions/scheduled-tasks -F package_name="@devolutions/ironposh-web"
64+
run: |
65+
gh workflow run update-artifactory-cache.yml \
66+
--repo Devolutions/scheduled-tasks \
67+
--raw-field package_name='@devolutions/ironposh-web'
6568
env:
6669
GH_TOKEN: ${{ secrets.DEVOLUTIONSBOT_WRITE_TOKEN }}
6770

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ironposh-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ironposh-web"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["irving ou <jou@devolutions.net>"]
55
edition = "2018"
66
description = "PowerShell Remoting over WinRM for WebAssembly"

0 commit comments

Comments
 (0)