Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversun9 committed Nov 30, 2023
1 parent 883e2a7 commit 01a63a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ on:
version:
type: string
description: The released version without 'v'. For example, 1.0.0.
# TODO: delete
push:
branches: [osun/add-release-workflow]
permissions:
contents: write
env:
VERSION: ${{ github.event.inputs.version }}
# TODO: remove 0.1.0
VERSION: ${{ github.event.inputs.version || '0.1.0' }}
jobs:
draft_release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 01a63a3

Please sign in to comment.