Skip to content

Commit

Permalink
Use tag input
Browse files Browse the repository at this point in the history
  • Loading branch information
acodereviewersbestfriend544 authored and brendandburns committed Sep 11, 2023
1 parent 53fc447 commit 8333a54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
required: false
default: "0.29.0"
description: "The version (e.g. 0.29.0) of TinyGo to install"
tag:
type: string
required: true

permissions:
contents: write
Expand All @@ -32,5 +35,5 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: 0.0.1
tag_name: ${{ inputs.tag }}
files: examples/tinygo/tinygo.wasm

0 comments on commit 8333a54

Please sign in to comment.