diff --git a/.github/workflows/example-001.yml b/.github/workflows/example-001.yml index 45b3dbe..cd5f0b5 100644 --- a/.github/workflows/example-001.yml +++ b/.github/workflows/example-001.yml @@ -1,5 +1,4 @@ name: Example 001 - on: workflow_dispatch: inputs: @@ -11,14 +10,14 @@ on: required: true type: choice options: - - v1.0.0 - - v0.9.0 - - v0.8.0 + - v0.0.004 + - v0.0.003 + - v0.0.002 + - v0.0.001 name: description: "The app name" required: false default: "new-app" - jobs: release: name: Deploy @@ -27,4 +26,4 @@ jobs: - name: Checkout Repo uses: actions/checkout@v4 with: - ref: ref/tags/${{ inputs.version }} \ No newline at end of file + ref: ref/tags/${{ inputs.version }}