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 43b22fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/webapp-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ name: Build WebApp
on:
push:
tags:
# Only run on tags with the format v3.x.x or v3.x.x-someextra
- 'v3.[0-9]+.[0-9]+'
- 'v3.[0-9]+.[0-9]+-[A-Za-z0-9.-]*'

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 43b22fd

Please sign in to comment.