Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fenjalien authored Jan 15, 2024
1 parent 279ef8f commit ccb70bd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ on:
push:
tags:
- '*.*.*'
workflow_dispatch:
inputs:
tag:
description: 'Test scenario tags'
required: true
type: string

permissions:
contents: write
Expand All @@ -14,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@1.72.1
- uses: dtolnay/rust-toolchain@latest

- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Expand Down

0 comments on commit ccb70bd

Please sign in to comment.