Skip to content

Commit

Permalink
Update hello_world.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abuchanan-airbyte authored Sep 5, 2024
1 parent 6666561 commit a78d92b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/hello_world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
name: Build and publish release
runs-on: ubuntu-latest
steps:
- name: Validate tag
run: |
[[ "${{ inputs.tag_name }}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]] && echo "tag name is ok"
- name: Create tag
uses: actions/github-script@v5
with:
Expand Down

0 comments on commit a78d92b

Please sign in to comment.