Skip to content

Commit

Permalink
test tage name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Dec 12, 2023
1 parent 1b21e58 commit 936acea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/webapp-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ name: Build WebApp
on:
push:
tags:
- 'v3.[0-9]+.[0-9]+'
# Only run on tags with the format v3.x.x or v3.x.x-someextra
- 'v3.[0-9]+.[0-9]+(-[A-Za-z0-9.-]*)?\z'

env:
WEBAPP_PACKAGE_NAME: webapp.tar.gz
WEBAPP_PACKAGE_NAME: webapp-${{ github.ref_name }}.tar.gz
WEBAPP_ROOT_PATH: ./src/webapp/
TAG_NAME: ${{ github.ref_name }}

jobs:
build:
Expand Down

0 comments on commit 936acea

Please sign in to comment.