Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Sep 20, 2023
1 parent eacf877 commit 952b478
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rc_create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ on:
version:
description: The release version in v*.*.* format
required: true
push:
branches:
- rc-test11

jobs:
build:
runs-on: ubuntu-latest
env:
VERSION: ${{ github.event.inputs.version }}
VERSION: v111.111.111 #${{ github.event.inputs.version }}
RC_BRANCH: ''
steps:
- name: Validate input
Expand Down

0 comments on commit 952b478

Please sign in to comment.